Nick Hoffman

Results 5 comments of Nick Hoffman

If you want to use all of the Net::HTTP config from `GraphQL::Client::HTTP#connection`, you can piggyback off of what it normally returns. E.g. ```ruby GraphQL::Client::HTTP.new("URL") do def connection super.tap do |client|...

Thanks, @davidnewhall. I tried again and it got further, but failed with `Error: upx: no bottle available!`. Here's the full output: ``` $ brew install --verbose golift/mugs/unpoller ==> Downloading https://ghcr.io/v2/homebrew/core/go/manifests/1.17.6...

Any update on this, @MichaelAllenClark or @barberj?

I just encountered this problem after upgrading rspec-rails from 0.0.5 to 0.1.1 . Is there a workaround other than prefixing named routes with `@request.`?