-
We want to use custom types (e.g. [this](https://github.com/googleapis/google-cloud-rust/blob/bbddb19cd7a6edae0303a47971b68053a0b4afe6/types/src/timestamp.rs#L48)) for well-known messages.
These in…
-
Hello, and thanks for the great libray!
I'm setting up a grpc server whose model use google "well known types" from google/protobuf/wrappers.proto (Google.Protobuf.WellKnownTypes.UInt32Value, etc..…
-
In #149 I forgot to include the regenerated well_known_types, which led to a follow up PR #151.
I proposed adding a check to CI to avoid it happening again #152.
However [Ufuk asked](https://github.c…
-
Based on my experiments, if a message contains [a well-known type](https://protobuf.dev/reference/protobuf/google.protobuf/), http4s-grpc produces invalid code. For example, this protobuf:
```protobu…
-
for APIs that involve, say, `DateTime` (rather than custom message types) we should try to pick the most reasonable looking well-known-type and use that;
obvious candidates:
- DateTime / .google…
-
Certain types like std::string or std::vector are quite common in C++ code, yet trying to run them through bindgen tends to be a nightmare because their implementations are actually very complicated. …
-
Consider the following Service:
```proto
service Crow {
rpc Hello (google.protobuf.Empty) returns (Caw);
}
```
This is what compiler generates for it:
```rust
pub trait Crow {
fn hell…
-
Hello,
I'm not sure how to work with well known types.
Having a proto file like this:
```
syntax = "proto3";
package simple;
import "google/protobuf/empty.proto…
-
Originally:
- [Report 1](https://github.com/improbable-eng/ts-protoc-gen/issues/200)
- [Report 2](https://github.com/improbable-eng/ts-protoc-gen/pull/170)
The well known protos are in an externa…
-
The [Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#timestamp) section on "Protocol Buffers Well-Known Types" could mention the JSON representation of a timestamp. https://github.…