Andre-Philippe Paquet
Andre-Philippe Paquet
I tried upgrading my [project](https://github.com/appaquet/exocore) to 0.42 in which I use WebSocket transport on web nodes. Inbetween TCP nodes everything is fine, but it seems like there is a regression...
Hi, When trying to use a rest api method's param that supports repeated values (i.e. `Vec`), it fails at runtime as `reqwest` expects repeated fields to be passed in a...
Adding field attributes on oneof fields in prost-build 0.8.0 also adds the attributes to the enum variants. In this example, adding `#[serde(flatten)]` to `TestMessage.some_field` correctly adds the attribute to the...