David Backeus
David Backeus
Thanks! Switched to the latest build and engaged the option. Appears to work as advertised 👍
Maybe opening a pull request would make things easier for the devs?
Well done guys! As soon as the brew formula is updated to version 0.0.5 we should be good to go. Maybe worth adding a HEAD install option to brew as...
Just to voice the other side of the argument here... While performance was unbelievable bad, to the point of making autocomplete/color unusable in early iterations. With the latest Ruby /...
On this note I just tried this gem for the first time and we have specs using `graphql-ruby` looking like: ```ruby results = OurSchema.execute(...) expect(results).to match hash_including(...) ``` For just...
Thanks for the reply! Yeah, I already spent some time combing through our graphql specs adding `.to_h` to a few hundred schema executions. However I'm not sure that's a solution...
For the record - Here is the PR that broke compatibility: https://github.com/rails/rails/pull/49340
That PR does not fix the issue in our app. It appears to be a different error in that it avoids some exception. It does not fix the "silent failure"...
@shanielh would like this feature as well, would be happy to see a PR!