Eddie Huang
Eddie Huang
In `runc.Exec`, [here](https://github.com/containerd/go-runc/blob/master/runc.go#L201) the exec command is created with `exec.CommandContext`, which will kill the `runc` command with `os.Process.Kill` when the context is done. And when `runc` is killed by `SIGKILL`,...
I use sqlboiler extensively and this library just hits so many spots where I think sqlboiler could probably improve upon. Brilliant work! I wonder if we have something like [the...
I'm trying to use `hold-trigger-key-positions` for positional homerow mods on a glove80 and [here](https://github.com/inoc603/zmk-config/blob/main/config/glove80.keymap) is my config. I defined the homerow mods with https://github.com/urob/zmk-helpers like this: ``` #define HRM_POSITIONAL(tapping_term_ms, keys)...