Brian Kung
Brian Kung
The [zip method in the Rust std library](https://doc.rust-lang.org/std/iter/trait.Iterator.html#method.zip) takes iterators, which neatly sidesteps the mismatched lengths by returning `None` when one iterator's index exceeds the length of the other.
> # Soak Test Results > > Baseline: [e5c435f](https://github.com/vectordotdev/vector/commit/e5c435f8c7049fea93438408059f02167c61b747) Comparison: [00ef727](https://github.com/vectordotdev/vector/commit/00ef7272a769c2e947f62919e7071dd945de675a) Total Vector CPUs: 4 > Explanation > > Changes in throughput with confidence ≥ 90.00% and absolute Δ mean...
@tobz seems like it's working now, whatever it was! Maybe I just had a connectivity issue. Being able to run the tests helps a lot ^_^
I think this is ready for final review. I have two minor questions regarding testing: 1. ~Should I write tests for cases where `chunks` is fallible? e.g. when it's been...
Rebased and updated!
I can't tell why the cue docs are failing in CI. Locally, I get: ``` $ CI=true make check-docs ./scripts/check-docs.sh Validating cue files formatting... Validating cue files correctness... Success! The...
Thanks for the multiple rounds of reviews! Excited to see this in a new release.
Hi, just adding a link to the (presumably) upstream issue: https://github.com/TeXitoi/structopt/issues/341
At the least it might be nice to have an option to leave the terminated tasks in the console with a short reason for termination (if possible)
I wonder if something like this is possible with nginx: [How to detect Brave even though it doesn’t have its own User-Agent | Ctrl blog](https://www.ctrl.blog/entry/brave-user-agent-detection.html) > To detect Brave: From...