Ben Bangert
Ben Bangert
velruse should have a 'dummy' mode for use with ppl developing apps using velruse. This would allow one to avoid hitting the internet or third-parties which can have difficult setup...
Use similar automatic Rust doc generation to syncstorage-rs, and update doc strings where needed. Add new doc strings where they're missing.
There are a number of places we call `into()` gratuitously, where, instead, we could refactor the code to make better use of the `Into` trait. For example, our extractors all...
## I'm submitting a... - [ ] Regression - [ ] Bug report - [ ] Feature request - [x] Documentation issue or request - [ ] Support request ##...
I don't want the hostname in the metric, as it currently is, its in there anyways. If I change host to an empty string I get an extra period which...
I have some code that stores a portion of an image pipeline, and then tacks on commands and re-runs it multiple times. My understanding was that this should be fine...