-
### Description
Currently, Quarkus does not provide the functionality to include extra protoc plugins when using Gradle.
Example plugin - https://github.com/envoyproxy/protoc-gen-validate#java.
…
-
Command used -
protoc.exe --js_out=import_style=commonjs,binary:. employees.proto
Error -
'protoc-gen-js' is not recognized as an internal or external command,
operable program or batch fi…
-
### Summary
Regenerating the proto files make the tests fail
### Reproduction Steps
Re-generate the files used in the compiler, as documented in the `README`:
```
protoc \
--plugin=p…
-
### Is your feature request related to a problem?
I'm trying to generate Java classes from proto file using edition="2023" syntax. It works with protoc when no plugin is enabled, but once I add j…
-
Hi Team!
In our new angular application, we are using gRPC for client-server communication. We wrote a few proto files and tried to compile them into typescript files using protoc-gen-ts module. Bu…
-
-
### Discussed in https://github.com/graphprotocol/graph-tooling/discussions/1639
Originally posted by **alex-pakalniskis** April 22, 2024
## Problem
Even though Substreams packages contain re…
-
```
% java -jar .m2/repository/com/github/os72/protoc-jar/3.11.4/protoc-jar-3.11.4.jar -pp
------------------------------------------------------------------------
Detecting the operating system an…
-
# When I generate code from two proto files
```proto
// data.proto
syntax = "proto3";
import "ok.proto";
service Data {
rpc create(SetDataRequest) returns (ok.Response);
}
message Se…
-
Currently, as suggested by @pepone the BuildTelemetry works via a shared custom build task that gets called by the `IceRpc.Slice.Tools` and `IceRpc.Protobuf.Tools`. I think this approach is good for n…