-
Calling encode with a datetime properly casts to a Google.Timestamp
```elixir
Protobuf.encode(%MyProto{created_at: DateTime.utc_now()})
```
But calling the JSON module to encode results in an …
-
I am consuming a HTTP API, that is generated by grpc-gateway.
In protobuf3 docs (https://developers.google.com/protocol-buffers/docs/proto3#json) it says, that timestamps are encoded as RFC 3339 st…
-
Based on the internal post https://yaqs.corp.google.com/eng/q/4724221033530261504#a1n3, the protobuf team is adding documentation about the 2GiB limit of protobuf message size. We should probably link…
-
Just opening an issue to acknowledge this has not been supported yet.
Without field presence (default), missing fields from a message would be filled with their default value (e.g. `0` or `''`) rat…
-
## CVE-2024-24786 - Medium Severity Vulnerability
Vulnerable Library - google.golang.org/protobuf-v1.26.0-rc.1
Go support for Google's protocol buffers
Library home page: https://proxy.golang.org/go…
-
Hello `ts-proto` maintainers,
First, I want to thank you for your work on `ts-proto`—it's been an invaluable tool for our projects. We recently benchmarked three libraries (`ts-proto`, `google-prot…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…
-
```
I use protogen.exe to generate .cs files from .proto files, but the options are
missing, eg.
message MyMessage {
option (my_option) = ...;
}
I can not see my_option in the generated .cs fil…
-
```
Please include an e-mail address if this might need a dialogue!
==============
franchescamullin at gmail.com
What steps will reproduce the problem?
1. This is my trivial example:
namespace MyLib…