Kevin K.

Results 29 issues of Kevin K.

I had a PR in kbknapp/clap-rs#921 that said, "Fixes BurntSushi/ripgrep#426" in order to ping the ripgrep author. Once that PR merged, Homu closed BurntSushi/ripgrep#426 even though I have no rights...

I ran into an issue while testing the impl of #87 I already had an invite with the same name as the one I was generating for a test. So...

enhancement

I was doing some benchmarks for buffer sizes while doing a specific encryption task when I noticed some *WILD* variability in benchmarks. Some variability is totally normal, but this was...

``` rust let auth_token = "my token"; let domgr = DoManager::with_token(&auth_token); match domgr.droplets().retrieve() { Ok(val) => "OK".to_string(), Err(t) => t.to_string(), }); ``` Returns error: ``` Error "expected value" at line...

bug

If one adds multiple duplicate rules to an iptables chain, iptables is fine with that but only the first rule will match any packets/bytes. The way `iptables_exporter` scrapes these metrics...

Tested this last night, only required minor changes.

In an effort to get 1.x out this will be the summary issue linking to all tracking issues. Many of the issues that will come out of this will be...

### Check for existing issues - [X] Completed ### Describe the bug / provide steps to reproduce it Add a keymap that does not use a chord to any context...

defect
triage
admin read

(This might be expected/as designed) If the program run inside the PTY tries to open and read from the controlling terminal via `/dev/tty` things don't work quite right, but worse...