Daniel Orner

Results 115 comments of Daniel Orner

@danielabar this is a pretty meaty change - it might make sense to grab that PR and use it as a basis for a new PR. It's pretty out of...

Any update here? We're getting hit with the same issue. EDIT: Actually, scratch that - it fails even installing the plugin. EDIT EDIT: My bad - on verbose mode it...

I'm rethinking this as per my comments in #172 . Would love to hear feedback on that before merging this.

...I thought protojson was in this project, but it might not be? Should it go here? https://github.com/protocolbuffers/protobuf-go/ Looks like this is the issue tracker for that project I guess?

#513 would definitely solve the underlying problem entirely. But given that it's been sitting for around six years without any progress, and solving it would result in a larger change...

Ah interesting - didn't know this was a general standard. Thanks for the link. Obviously if we had the option of using gRPC we wouldn't need to use Gateway :)...

Yeah. I worry less about the generated code because autocomplete handles that for you - it's not pretty, but it's not a pain. But on the JSON side, especially when...

Oof... looks like grpc-gateway just flat out proxies to protojson. So I wouldn't be able to achieve this without forking the project, or doing a second, fairly in-depth pass to...

This is exactly what I need :) I'm looking at generating Rails routes from proto options mirroring what grpc-gateway does (so basically allowing us to have two different processes, one...