Tony Liao
Tony Liao
Hi Robert, You have hit on one of the pain points in our existing release. We agree that it's a frustrating experience that when you need protoc, you'd have to...
I also see that you are using `setuptools` already. We do have a way to integrate with that -- it's described here: https://github.com/protocolbuffers/protobuf/tree/main/python/protobuf_distutils We'll probably want to use that in...
The issue described here seems related to https://github.com/protocolbuffers/protobuf/issues/1491, which is related to a larger theme of "Python users need a well-lit path for using protobufs in open-source." What we can...
Thanks for reaching out Patrick. This is definitely unintended on our part. We recently added the compiler tag `[[ deprecated ]]` to enums -- prior to this marking enum fields...
Also mentioned in https://github.com/protocolbuffers/protobuf/issues/19568
Going to close this. Please reopen if https://github.com/protocolbuffers/protobuf/commit/f8bf5eddb4e579c51ff2d98a11fc7dba91aa2950 did not resolve your issue.
Hi Nathan, sorry for the late response, unfortunately it looks like there are new merge conflicts from some of the files going stale. Could you pull up to main and...
Hi Nathan, We are going to do a force-pull and resolve those conflicts ourselves. No action needed on your part.
Hi grepwood@, This issue is marked as "wontfix" because the original title of the issue is resolved: `rules_ruby` is already removed from the build definition in our latest release. The...
Hi Fatih, Java version 3.14.0 is out of support: https://protobuf.dev/support/version-support/#java Could you try upgrading to 3.25.x and see if you still encounter this issue?