vicecea
vicecea
> `99designs` uses C bindings At least for Linux, this is untrue, try `CGO_ENABLED=0 GOOS=linux go build` in https://github.com/99designs/keyring and it will work, there's no direct code within `99designs/keyring` that...
I just found a way to reliably reproduce this: I have a zsh-binding (CTRL-G) that opens `fzf` with all of the git branches of the current directory and allows me...
It seems to also very consistently happen if I start `fzf` immediately after an application that puts the terminal in noncanonical mode exits. e.g. if I quit `vim` and immediately...
Thanks for your response and your feedback! I'm very committed to `CTRL-J` navigation, I plan to debug this further by intercepting tty communication (maybe https://github.com/geoffmeyers/interceptty) and trying to figure out...
> > The underlying issue is that the runtime environment is hermetic but the setup environment is leaky - as far as I can tell, vpip is given access to...