Jarred Nicholls
Jarred Nicholls
@ploxiln Good one. This has less to do with message integrity as much as it has to do with prioritizing memory usage across topics of unequal importance and unequal consumer...
@ariya Sounds like you need help sir. I like the crowdfunding suggestion.
Noticing this continues to get pushed to further releases. Let us know if help is desired, we can follow the design you have envisioned. And officially, \
I am in agreement with this: > I propose that rmp_serde simply drop support for #[serde(skip_serializing_if = "Option::is_none")]. If it serializes, then it should deserialize. If there is no other...
Same here. It's August and no movement. @dtolnay @emilio can this conversation be resuscitated or should we take up the mantle?
I ran into this issue as well in 0.12, only with `aws_route_table` `route` block entries. It was seeing a diff from `""` -> `null` which I think threw it for...
Agreed, wish there was at least an adapter out of the box. I'm having to translate my errors at the moment and it's a hassle :D
I fully switched to failure as I find it to be a more robust and cross-cutting approach than error_chain that doesn’t do as much wrapping of dependency error types but...
@sgotti Would you mind taking another look at this? I did this same thing on my own fork back in March. It would be excellent to have first-class support for...
@sgotti Bump. Can we get this upstream please?