-
When using `librespot-python` in version 0.0.1 it pulls a dependency to package `protobuf´. If this dependency is updated to current version 4.20.1, the library ceases to work producing following erro…
-
```
goog.proto2.PbLiteSerializer serializes booleans in numeric form (i.e. 1 for
true, 0 for false) [1].
goog.proto2.ObjectSerializer serializes as javascript booleans (i.e. true,
false) [2].
Usin…
-
```
goog.proto2.PbLiteSerializer serializes booleans in numeric form (i.e. 1 for
true, 0 for false) [1].
goog.proto2.ObjectSerializer serializes as javascript booleans (i.e. true,
false) [2].
Usin…
-
### Is there an existing issue for this?
- [X] I have searched the tracker for existing similar issues and I know that duplicates will be closed
### Describe the Issue
Postman fails to load a gRPC …
-
Just adding `import Excalidraw from '@excalidraw/excalidraw';` into a Next project throws an error:
```
ReferenceError: self is not defined
at Object. (/Users/gaearon/p/proto2/node_modules/@e…
-
**What language does this apply to?**
CPP
If it's a proto syntax change, is it for proto2 or proto3?
Proto3
**Describe the problem you are trying to solve.**
Trying to use the reflection AP…
-
Hello, a change has been done to `descriptor.proto` recently defining declarations on extensions
https://github.com/protocolbuffers/protobuf/blob/main/src/google/protobuf/descriptor.proto#L1074-L10…
-
When one tries to deserialize json into `proto2` with enums defined, an exception seems to be thrown.
This behavior seems to differ from upstream, since only `proto2` specific features aren't support…
-
## 🚀 Feature
Protobuf is replacing the current syntax `proto2` & `proto3` with [Editions](https://protobuf.dev/editions/overview/). All future releases will be new Editions. Edition 2023 is already…
-
The README specifies proto3 at the moment but does not say if proto2 will also be a target in the future.
So is it? Will you accept PR to extend to proto2?