protobuf icon indicating copy to clipboard operation
protobuf copied to clipboard

[Deprecated] Protocol Buffers for Go with Gadgets

Results 121 protobuf issues
Sort by recently updated
recently updated
newest added

This is the official test case: https://github.com/gogo/protobuf/blob/b03c65ea87cdc3521ede29f62fe3ce239267c1bc/test/enumcustomname/enumcustomname.proto#L38-L45 https://github.com/gogo/protobuf/blob/b03c65ea87cdc3521ede29f62fe3ce239267c1bc/test/enumcustomname/enumcustomname.pb.go#L31-L47 In the above example, line 43 in the "enumcustomname.proto" file uses the "enumvalue_customname" extension to customize the name of the enumeration value....

Apologies if this is a dup, weirdly I can't find any issues for it. I'm using gogo to produce protobuf structs, and it's rejecting a proto3 file with an optional...

gofast can't use google/protobuf/any.proto? I got the mistake: m.Data.MarshalToSizedBuffer undefined (type *anypb.Any has no field or method MarshalToSizedBuffer) m.Data.Size undefined (type *anypb.Any has no field or method Size) m.Data.Unmarshal undefined...

Hi, I'm using the following versions: * github.com/gogo/protobuf v1.3.2 * github.com/golang/protobuf v1.4.3 * go version 1.17.1 * macOS Catalina 10.15.7 The .proto file: ``` message ServiceAttestation { string field1 =...

I'm using the following versions of libraries: ``` github.com/gogo/protobuf v1.3.2 github.com/golang/protobuf v1.5.2 google.golang.org/protobuf v1.27.1 libprotoc 3.19.4 ``` Here is my test proto message: ``` syntax = "proto3"; package json; message...

fatal error: runtime: out of memory runtime stack: runtime.throw(0x7e6913, 0x16) /usr/lib/golang/src/runtime/panic.go:608 +0x72 runtime.sysMap(0xc96c000000, 0x35c000000, 0xb389b8) /usr/lib/golang/src/runtime/mem_linux.go:156 +0xc7 runtime.(*mheap).sysAlloc(0xb20260, 0x35c000000, 0x80, 0xc000a33e30) /usr/lib/golang/src/runtime/malloc.go:619 +0x1c7 runtime.(*mheap).grow(0xb20260, 0x1ac19a, 0x0) /usr/lib/golang/src/runtime/mheap.go:920 +0x42 runtime.(*mheap).allocSpanLocked(0xb20260, 0x1ac19a,...

I would like to say this: ```proto message X { optional string foo = 1 [default = "2m", (gogoproto.strduration) = true]; } ``` in text proto, and binary representation it...

Hi team @gpaul @gburt @gaffneyc @AlekSi @temoto thank you for developing awesome Protocol Buffers for Go with Gadgets I am using github.com/gogo/[email protected] for my project. I am seeing security waring...

I write to you on behalf of the GoGo Protobuf project, which has long been supported by a small group of dedicated developers taking time out of their lives to...

Im trying to install Akash atm but it says it needs protobuf 1.3.3, which isnt available though. _go get: github.com/ovrclk/[email protected] requires github.com/gogo/[email protected]: reading github.com/gogo/protobuf/go.mod at revision v1.3.3: unknown revision v1.3.3_...