R Gibim
R Gibim
Using `extend Dry::Initializer[undefined: false]` instead should do the trick: ```ruby class X extend Dry::Initializer option :fields, [], optional: true, default: proc { [] } do option :name end end X.new(fields:...
This also resulted in a lot of CI failures for us... Would be nice if there was at least a warning before rolling breaking changes 🤷♂️ Here's how we were...
Just stumbled on this issue. It's been a while I didn't use `nvim-config-local` and just went back to it today, so I'm not sure when it actually did stop working...
That would be a very valuable feature! It's indeed something I miss from Postman.
Very much looking forward to this! Sidekiq logs not getting correlated is something that has bothered our devs for a long time. Please keep us updated 🙏
I can also confirm this is still an issue (using Bruno v2.6.1). From my experience using basic authentication in a GraphQL API: - on the Headers tab, specifying `Authorization` as...
I can confirm this is also the case on Rails Semantic logger 4.17.0 > Because of this, kibana cannot parse payload params Where do you see an error/problem? HashWithIndifferentAccess is...
Just tried both with `${{ env.GITHUB_TOKEN }}` and `${{ secrets.GITHUB_TOKEN }}` - using `${{ env.GITHUB_TOKEN }}` doesn't fail the action early, but still fails to authenticate (the env variable in...
Also going through the same. I'd like to use this for quick prototyping - but unfortunately not supporting `application/x-www-form-urlencoded` is a major block for me 🤔 For instance, I've been...
Hey 👋 Any chance anyone had a look at this? 👀