Michael Fridman
Michael Fridman
Make CI not RIP, https://github.com/johanbrandhorst/grpc-gateway-boilerplate/pull/43#issuecomment-1541213457
Likely related to https://github.com/grpc-ecosystem/grpc-gateway/issues/3801 The Generated SDK code is generating wrong imports and https://github.com/grpc-ecosystem/grpc-gateway/issues/3801#issuecomment-2072703665 explains fairly well how to reproduce it. Based on that structure when the `separate_package=true` option is...
We should at a minimum, bump the plugin in the requirements.txt file.
Something equivalent to Depednabot's `schedule.interval`. Some plugins are very noisy (e.g., `community/stephenh-ts-proto`) and we'd like to tune how often they get released. We noticed some plugins get updated frequently upstream,...
- https://github.com/elixir-grpc/grpc - https://github.com/elixir-protobuf/protobuf
Protoc plugins for generating graphql schema and go graphql code https://github.com/danielvladco/go-proto-gql
Putting this up for discussion. Should we protect users from accidentally forgetting to set one of stdin, stdout or stderr to `nil` to avoid a panic? The alternative, instead of...
Fix https://github.com/pressly/goose/issues/591
It'd be nice if users didn't have to build their own `goose` binaries just to get the benefits of Go migrations. Imagine if you could write something like this: ```shell...
Opening this as more of a discussion on whether it's a good (or not) idea to have a `goose seed` command. Quite often I find myself crafting the same queries...