-
Hi, it would be terrific if this package could bundle in a protobuf language server that, for example, supports jumping to a symbol definition in an import file.
Currently, I am using this package …
-
**What language does this apply to?**
Ruby
**Describe the problem you are trying to solve.**
Be able to use Protobuf objects inside of Ruby Ractors.
**Describe the solution you'd like**
…
-
**Is your feature request related to a problem? Please describe.**
Field `debug_redact` has been added around Protobuf 22 to mark sensitive fields as being sensitive. (Amusingly, this means `protoc…
-
Google's [Protobuf](https://developers.google.com/protocol-buffers) serialisation language is widely used. It has a fairly simple syntax and I think official support for it would be awesome.
-
OLA already has support for Java (#16) and Python. Other languages we maybe can support are probably:
- [ ] GoLang
- there has already been work on a API for GoLang (#728).
- [ ] ruby
- a rub…
-
**What version of protobuf and what language are you using?**
Version: 27.0-rc2
Language: Python
**What operating system (Linux, Windows, ...) and version?** Linux/Mac/Windows
**What runtime…
-
### 🚀 The feature, motivation and pitch
I'm using Clang for MSVC on Windows with Ninja to build a Libtorch app. Although I do not see any mention of Clang for Windows in the install instructions of L…
-
JSON isn't optimal for storing tx data since it doesn't preserve the order of keys and after decoding and getting a dict out of it, we need to order it first.
Better to use one of the following alt…
-
-
I am trying to use this library to generate javascript files from proto files that has enums. I see while decoding the message using the deserializeBinary method that comes as part of the compiled js …