-
Hi @PetteriAimonen - are you planning to support "Protobuf Editions" as described in https://protobuf.dev/news/2023-06-29 within nanopb? A tool, prototiller, is being provided as a way to migrate the…
-
### Description
I'm seeing some error from the `utils/update-checkout` script. It seems to be related to the `protocolbuffers/protobuf` repo. My current local head checkout is 5fa12d31ae042db54e1b586…
-
### Description
In the django doc (https://logfire.pydantic.dev/docs/integrations/django/) it is specified to `# Add the following lines at the end of the file`, which is very useful.
But on som…
-
`protoc` v3.7.1 throws errors when parsing `fixtures/accountv1-0.proto`:
```console
$ protoc --version
libprotoc 3.7.1
$ protoc -o/dev/null fixtures/accountv1-0.proto
fixtures/accountv1-0.proto…
-
### Describe the bug
When I do a rebuild (without touching my .cpp files, i.e. only changing .hlsl on .xaml) I get
![](https://i.sstatic.net/FAWz2.png)
To fix this I can
```
App9\x64\Debug\A…
-
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…
-
Hi,
I try to avoid python wherever possible as we have end-to-end C++ pipelines. Caffe1 was great and easy to use without ever touching python.
Is it still possible to create the network-defin…
-
## Bug Reports
⚠️ **This is for bug reports with the `homebrew-ffmpeg` tap only.** Please do not file a bug report if your issue relates to any of the following:
- Homebrew itself (see the [brew…
-
Hello,
I tried different IL files with master branch of echidna on Windows native compilation (MSVC).
I have the following remarks:
- In README.md, dependency to jansson is not mentioned.
- The go…
-
We need some basic scaffolding to make the generated code compilable, including:
- [x] A basic Cargo.toml file.
- [ ] Bonus point if you exclude unwanted dependencies (e.g. `.google.protobuf.Any`…