-
### Issue Description
I'm migrating my project to from `WORKSPACE` to `MODULE.bazel`, my project includes some grpc services written by both java and python, and I am using `rules_proto_grpc` v4.1.1,…
-
Hi there, I have the following protobuf file:
```protobuf
syntax = "proto3";
package example;
option go_package = "...";
import "options.proto";
message MyMessage {
string ID = 1 [(optio…
-
**What language does this apply to?**
ruby
**Describe the problem you are trying to solve.**
Want to use a [conformance suite from google described in textproto format](https://github.com/goo…
-
> 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
>
>…
-
The `TypeURL` function will return a typeurl that was either registered with this module or with protobuf. When you obtain the `TypeURL`, the priority of the choices goes:
* github.com/containerd/t…
-
I'm working on our codebase to apply mypy-protobuf to generate pyi code. However, we have codes like:
```
from google.protobuf import json_format
from google.protobuf.reflection import GeneratedPro…
-
### Expected Behavior
AElf node will have the ability to handle MultiTransaction message, extract transactions of own chain id, then process these transactions.
**Features:**
- Add new protobuf t…
-
/usr/bin/ld: ../lib/libAstraSim.a(et_def.pb.cc.o):(.data.rel.ro._ZTVN14ChakraProtoMsg6TensorE[_ZTVN14ChakraProtoMsg6TensorE]+0x58): undefined reference to `google::protobuf::Message::InitializationErr…
-
**What language does this apply to?**
C# codegen.
**Describe the problem you are trying to solve.**
Using protobufs in Unity can cause excessive garbage collection overhead because of all the n…
-
## Bug Report
Possible symbol collision with protobuf's C++ code generation (consensus/v1/types.proto):
```
// Message is an abstract consensus message.
message Message {
// Sum of all poss…