Casper Meijn
Casper Meijn
I don't have experience with using derive `prost::OneOf`. If you model this in a .proto, does that work? Is the generated code any different from the example?
> I don't have experience with using derive `prost::OneOf`. If you model this in a .proto, does that work? Is the generated code any different from the example? @kvc0 Can...
@ldm0 I am preparing a breaking release. Are you still interested in this? If so, please update the code.
I have some ideas about implementing encoder/decoder for specific types. This will increase the flexibility of field types. That could make is possible to use `Uuid` as field type. However,...
So the rough plan I am thinking of is: - Make encoding/decoding a trait. I don't have a concrete design for that. I could look something like this: https://github.com/tokio-rs/prost/issues/903#issuecomment-2238700127 I...
Thanks, that is great that you found this. Do you have a suggestion on how to fix this? Are you willing to create a PR for that?
I don't understand what you are asking. If you are looking for a complete service implementation, then you should look into gRPC and tonic. Else, you need to explain more...
As I understand, the transport needs to provide the method name to be called. There is wire specification for the service itself, just for the request and response objects. There...
This seems like a bug to me. The module remove happens too early. There are currently zero tests regarding the `ServiceGenerator`. Are you able to provide a minimal reproducible example?
Seems a valid solution to me. I was using `canonifyURLs` because it came with the example inside a theme. I didn't know it was discouraged.