Steve Coffman
Steve Coffman
Interesting! I'm very curious to learn what you find out! However, I would suggest that in the Dispatch you _really_ need the scheduler bypass when you only have a single...
Hey, thanks for the heads up and for this work! I converted this to a draft until 3.0.0 releases, and then I'd love it if you can update it and...
I dug around a little and my original impetus for using ts-proto was to avoid using JavaScript classes (ick), but Connect-ES v2 now uses Protobuf-ES v2, which is now built...
I think that @m-ildefons also helps maintain this repository.
@comerc A PR would still be welcome!
Yeah, I'm not entirely sure. I got burned by https://github.com/goccy/go-json, so I would need to have some independent stress test or fuzz test assessment that showed that it wasn't a...
@sonatard Ok, I took `goccy/go-yaml` for a spin, and it looks pretty great! Thanks for suggesting we switch gqlgen to it! I'm only sad that [goccy/go-yaml](https://github.com/goccy/go-yaml/issues/708) doesn't expose the internal...
Fair enough. We have really enjoyed `gofumpt` and similar tools that avoid needless code review nit discussions. Some of the rules in `revive` are similarly straightforwardly inarguable (and can be...
@o8x @jmic @UnAfraid People who were using the [NewDefaultServer](https://github.com/99designs/gqlgen/blob/master/graphql/handler/server.go#L34) were getting tripped up by an inability to add SSE support since it needs to be inserted in the middle of...
Now that #3404 is merged and NewDefaultServer is deprecated, there's less need for this, but it might still be helpful.