Benjamin Kane
Benjamin Kane
https://news.ycombinator.com/item?id=37671763
https://github.com/microsoft/inshellisense https://github.com/rsteube/carapace-bin https://github.com/rsteube/carapace-bin
https://butterfi.sh/
https://github.com/reegnz/jq-zsh-plugin
Carapace is really good! TODO: add to setup. It meshes well with fzf-tab too! to complete options, I have to type ` -` (lead with a `-`). inshellisense is slow...
Pure and argc-complete and compile stuff from https://news.ycombinator.com/item?id=40127218
I'll be able to avoid this issue once https://github.com/sqlc-dev/sqlc/issues/2800 is implemented (I think can force a parameter to be null - still not sure how to override names in my...
I'm getting a similar panic when I try to get the callgraph for https://github.com/bbkane/envelope/ ``` $ go-callvis -version v0.7.0 built from git (unknown) ``` ``` master:* 21:57:34.636 PDT pop-os:~/Git-GH/envelope $...
Hi @josegonzalez ! I completely agree, that would be a super nice feature. Unfortunately, I don't know when I'll have the time/motivation to add it. My limited side project dev...
Ok, what if I: - used https://github.com/google/starlark-go as the config format - make each app have a directory (like now) and a starlark config at the top level - that...