-
### What is the current behavior?
I can't quite get `cc_proto_library` to work and there is no end-to-end example for C++.
### Describe the feature
I'd like to enable `--incompatible_enable_p…
-
## What is happening with Rust implementation
In summary, protoc-gen-ts continues to generate TypeScript code from proto files. However, there has been a shift from TypeScript to Rust in the proje…
-
I use maven and faced with a problem when had used your plugin.
Short log of problem is
`[ERROR] PROTOC FAILED: some/path//SomeClass.java: Tried to insert into file that doesn't exist.`
My pom.xml
…
-
If I run `mix test` on Windows, the project will raise error:
```
PS C:\Users\WingyMomo\src\github.com\elixir-protobuf\protobuf> mix test
Generated protobuf app
Generated escript protoc-gen-el…
-
## Why?
The main repo sees very little activity and maintenance. There are some unanswered issues and unmerged pull requests there.
## Solution
I believe we should vendor ocaml-protoc-plugin in a…
-
I wrote a protolint [plugin for gradle](https://github.com/rost5000/ProtolockGradlePlugin ). I want to add feature with automatically downloading executable file without installation in `PATH` environ…
-
> protoc version: libprotoc 26.0
>
> shell: protoc --plugin=protoc-gen-grpc-java=/protoc-gen-grpc-java-1.63.0-osx-aarch_64.exe --proto_path=/xx/proto --java_out=/xx/java paged.proto user.proto
>
>…
-
**What language does this apply to?**
Each language.
**Describe the problem you are trying to solve.**
I would like to be able to trust the executable file by looking at its digital signatures.
…
-
Hello!
I am able to compile fine for `x86_64` on this system. When I try to cross-compile for `aarch64`, Autoconf is refusing to use the header files for protoc that are definitely present:
```bas…
-
# Reproduce
Minimal repro structure
![image](https://github.com/user-attachments/assets/46b2f0d7-5163-4fb4-a77e-a26be69646a1)
1. Create `foo.proto`:
```proto
syntax = "proto3";…