-
**What version of protobuf and what language are you using?**
Version: 28.2
Language: Bazel
**What operating system (Linux, Windows, ...) and version?**
Linux, Ubuntu 22.4
**What runtime …
-
Given a message with the same name as one of the fields. The generated code has an ambiguous reference. Is it possible to fully qualify with the namespace?
```
message Shock {
enum ShockTyp…
-
transformers==4.36.2
(awq1) clrobur@clrobur-WS-C621E-SAGE-Series:~/vila/llm-awq/tinychat$ python vlm_demo_new.py --model-path VILA1.5-13b-AWQ --quant-path VILA1.5-13b-AWQ/llm/vila-1.5-13b-w4-g128-a…
-
If there are self referential types in `oneOf`, then it results in the following error from Zig: `struct 'proto.foobar.pb.Node' depends on itself`.
Here's an example proto file:
```proto
synta…
guacs updated
2 weeks ago
-
- 版本、环境信息:
1)Paddle Lite 版本:v2.13rc
- 模型信息
1)模型名称:个人定制模型
1. 在windows
![9bc0c7107bfd93109087de5dea91d87](https://github.com/user-attachments/assets/346dbb52-a164-43fd-a6fc-5a52a9231eb1…
-
**What version of protobuf and what language are you using?**
Version: main,last version(v29.0-rc2 also make the bug)
Language: C++
**What operating system (Linux, Windows, ...) and version?*…
-
Would folks be open to adding more information to errors returned from `toBinary`? For example, right now I'm getting this error:
```
Error: invalid uint32: -1
at assertUInt32 (file:///home/n…
-
Description
===========
As best I can tell, it is not possible to dynamically read protobuf messages with the protobuf deserializer if the schema is not known in advance by way of generating code …
-
**What version of protobuf and what language are you using?**
Version: 4.28.2
Language: Kotlin
**What operating system (Linux, Windows, ...) and version?**
Windows 11 x64
**What runtime /…
-
So I use the protobuf crate alongside protobuf-codegen to manage `.proto` → `.rs` conversions.
By and large, this is _fine_. However, I have a recurring problem with how versions are managed via c…