Kevin K.
Kevin K.
I actually wrote up two versions of my comment above, and deleted the original because I thought the suggestion was too much work on your end (which I'm still slightly...
Since the `with_positions` would just be a normal Rust iterator where `Item` is a tuple of a position and a value, I wonder if there is an `itertools` function to...
@Xiretza and @bb010g thanks for digging into this and sorry for the silence - if you'd like to re-energize this PR I'll help get it included.
I'd second the prompts being too far out of scope for clap. A hook I think is OK. As for the serialization problem, I'm fine with just saying, "This one...
@rsertelon sorry for the long delay! Holidays and travel have had me gone for a while. Although this isn't a trivial problem (how to tell clap when `--bind` is done...
I have some ideas on things that could fix this...but I'm far from implementing them yet and they wouldn't probably happen until v3. I'm thinking of things like filters, where...
IIRC, baselines are recorded in `target/criterion/`
@sigmavirus24 spanning multiple repositories *inside a single org/user* is fine and makes perfect sense. But crossing organization boundaries (or user boundaries if the repo isn't part of an org) seems...
We have this exact use case at work. A(n extremely) simplified version of what have/need is: - There is a service running on a server that utilizes `innernet` - There...
Could probably leverage the [`difference`](https://crates.io/crates/difference) Rust crate to do all the heavy lifting. Looks like it already supports something exactly like that, and is formatted already.