Patrick Barker
Patrick Barker
Also seeing this same error when building in kind, with `latest`
Hey Johan, thanks for getting back. It does work by adding the annotations twice its just terribly sloppy in the proto code to do so. I'm wondering if there is...
what about just going all in on protoc-gen-validate? It's well supported and then you get the validation on the proto end. I can't think of a scenario where you would...
I think the grpc ecosystem would greatly benefit from solving this in cohesive manner. I don't think this problem is going away and anyone using validation with the gateway would...
So because google doesn't support it we're going to make people write the validations twice? And when would someone have REST validations and not gRPC ones? I think we could...
There are plenty of resources on our team to work on this, I'm more just looking to see if this would be allowed to be fixed in the upstream. We...
very interested in this, found https://github.com/johanbrandhorst/grpc-wasm are you all open a bit of integration with that implementation?
All the flags should also be env vars, flags aren't always friendly
Hey, sorry somehow missed your response @joaopapereira. Adding them to a big bundle may not work for this use case because I would be pushing bundles often, and I believe...
Thanks @SteveLasker I like the annotations design! The one thing I was thinking I needed from opencontainers/artifacts#29 was the ability to query for annotations, or at least list them all...