bufdev
bufdev
This is re: https://github.com/connectrpc/connect-go/issues/848 https://github.com/connectrpc/connect-go/discussions/421. This is the simplest possible version, and is just done as a prototype for discussion. Very little here should make it to merge: the doubling-up...
Follow-up to https://github.com/protocolbuffers/protobuf/pull/23736 and https://github.com/protocolbuffers/protobuf/pull/13308 but with only Bazel targets added per feedback. This PR adds targets to build protoc plugins for all the built-in plugins. This will result in...
https://github.com/bufbuild/protovalidate-go/pull/288 This would need to be done for fields, predefined, etc, and new conformance tests added.
## Description `make` does not work out of the box, even with Bazel installed. There's no instructions on how to install Bazel specifically, but I would assume `brew install bazel`...
This has been a constant annoyance of mine whenever using Protovalidate that I'd like to clean up in every language. It should be easy in other languages, this is just...