Evan Huus
Evan Huus
v1.1.1 graphql-ruby v2.0.8 @swalkinshaw Possibly a duplicate/confirmation of #35? cc @RobertWSaunders @jturkel In the following test case, the change from `bar: Bar!` to `bar: Bar` on an input type gets...
**Is your feature request related to a problem? Please describe.** `prepare`d arguments on mutations have no way to return errors as data; they can return a value, or they can...
json_schemer version 2.1.1 Trying to validate the following malformed schema: ``` JSONSchemer.validate_schema({"$schema"=>"https://json-schema.org/draft/2020-12/schema", "type"=>"object", "properties"=>""}) ``` Results in an exception: ``` /Users/eapache/.rvm/gems/ruby-3.2.2@opslevel/gems/json_schemer-2.1.1/lib/json_schemer/draft202012/vocab/applicator.rb:224:in `parse': undefined method `each_with_object' for "":String (NoMethodError) value.each_with_object({}) do...
Trying to inspect an instance of `SidekiqScheduler::Manager` produces around 5k lines of output on our system because it holds references to a bunch of other complex objects and eventually starts...
Hi @byroot / @casperisfine, been a while! At my new place we've been thinking about a use case with a few very large records (with very long list properties) and...
First, thanks for such a useful gem! We have a setup where we run a *lot* of sidekiq jobs using the middleware from this gem. They are all tenant-scoped, but...
**Describe the bug** We have an enum with limited visibility. When that enum is used in an input variable (nested in an input object, though that may be irrelevant), and...
### Issue Description We have set up sentry-sidekiq with `report_after_job_retries = true`. We have a job which we want to retry, but where we don't care if it ultimately fails,...