This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"rust-client.channel": "stable", | |
"ruby.lint": { | |
"rubocop": true | |
}, | |
"extensions.ignoreRecommendations": false, | |
"vim.useSystemClipboard": true, | |
"editor.minimap.enabled": false, | |
"editor.formatOnSaveTimeout": 100, | |
"files.trimTrailingWhitespace": true, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Taken from Jon Anderson (FireHydrant) on Honeycomb slack | |
# https://honeycombpollinators.slack.com/archives/CJR134U2F/p1626469086124100 | |
# frozen_string_literal: true | |
require "net/http" | |
module Net | |
class HTTP | |
alias_method :original_request, :request |