Skip to main content
Stack Overflow
  1. About
  2. For Teams
Filter by
Sorted by
Tagged with
Advice
1 vote
0 replies
83 views

I want to know if the protoc-gen-openapi plugin understands and processes annotations as in annotations.proto. I want to use the custom options defined in that annotations.proto file as annotations on ...
1 vote
1 answer
105 views

I am using Typescript, Google Protobuf and library "ts-proto": "^2.7.7", to generate ts types and use their encode/decode methods. I have a message like message DummyDraft { ...
0 votes
0 answers
63 views

I have a protobuf message with a repeated field: message TestRepeatedMask { repeated Inner inner_message = 1; message Inner { optional string first = 1; optional string second = 2; } } ...
2 votes
2 answers
133 views

I have been using .proto files without any issue with C# and Java. I have more than hundred proto files spread across a folder hierarchy. I can compile in Visual Studio and in JetBrains IntelliJ Idea. ...
0 votes
0 answers
55 views

I was trying to serve vector tiles on the fly using an rpc function in superbase but somehow when the responce arrives in the front end using a custom protocol. the vector tiles are not displayed. ...
4 votes
3 answers
479 views

We use protocol buffers both for gRPC server-to-server communication and for publishing messages to Pub/Sub. Pub/Sub is fairly sensitive to schema changes, not allowing any schema changes that would ...
0 votes
1 answer
45 views

The methods AI showed me are not working. However, one method mentioned by AI seems to be usable, but it is private: private CodedOutputStream(byte[] buffer, int offset, int length) So, how can I ...
1 vote
0 answers
53 views

I have a project set up like this with protos/ as a top level directory and the project that actually builds it under services/common-py. ├── protos │ ├── common.proto │ ├── doodad.proto └── ...
0 votes
0 answers
127 views

I'm developing a new module for a Cosmos SDK v0.53 application and I'm completely stuck on a persistent buf error. I have resorted to vendoring all my Protobuf dependencies into a third_party ...
2 votes
1 answer
174 views

I have a project set up like this: protos/ # protobuf files here pom.xml # parent pom services/common # this module generates the protobuf classes services/mod-1 # imports ...
1 vote
1 answer
88 views

I configured the .csproj file as follows: <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <TargetFramework>...
0 votes
1 answer
118 views

In C++ Protobuf, is it possible for two messages with the same contents to produce different serialized byte strings when using the SerializeToString method? If so, under what circumstances can the ...
0 votes
1 answer
2k views

On my mac machine, I installed the protobuf compiler of the latest version (5.29.3) [1] and the python protobuf runtime library pip install protobuf (6.31.1) [2]. The problem is that I got the ...
0 votes
1 answer
152 views

I have a desire to create a reusable NPM package for consumption in Angular 18+ (using old build system) based upon a set of .proto files. The desired usage would be a simple installation of the npm ...
0 votes
1 answer
108 views

gRPC: 1.59.1; Protocol Buffers: 3.21.12; I have a .proto file with proto2 syntax. One of the messages looks like this: message Log { repeated Info info = 1; // can be very heavy ... ...

15 30 50 per page
1
2 3 4 5
...
563

AltStyle によって変換されたページ (->オリジナル) /