Results 30 comments of caio

Glad to hear it helped! I used bincode simply for convenience, `rkyv` looks great for this I will definitely check it out when I get the chance :) I wouldn't...

closing stale issues that seem resolved. feel free to reopen

Hi, https://github.com/nushell/nushell.github.io/blob/668f69319021745c6ebf28c5b8e2a82485ed8ce2/.vuepress/theme/layouts/Layout.vue#L20 Shouldn't there be at least a `'monospace'` entry here so that the browser can fall back to whatever is the default monospace font the user configured? My browser...

Sweet! Thanks for the contribution! I agree it's more readable. Not that it's simpler: now we have to know how FuturesUnordered work and trust a dependency :) I'm willing to...

Agreed! I do think that making the example shorter and easier to read is an excellent goal so I'll welcome any attempts at achieving that. Maybe renaming things and getting...

Yup, thanks a lot for the input! If you don't want to do it (or don't have time), I'll take a stab at it within the next few weeks before...

I've finally got around to cleaning up the scheduler code. I've simply extracted its async loop into a method and got rid of the ugly macro: https://github.com/caio/foca/blob/main/examples/foca_insecure_udp_agent.rs#L447 (commit https://github.com/caio/foca/commit/2256fb70cd416ef38da79a717c453bc9303fd044) Wdyt?...

Closing for lack of inactivity. Feel free to reopen with new thoughts/ideas.

Hello, Thanks a lot for the sample. Are you able to collect the actual values recorded via `tdigest.Add()`? The serialized digest is useful to know that something is wrong but...

Force-pushed an update to the branch due to a failed `rustfmt` check. That one should pass now :)