Judson Lester
Judson Lester
A tool I've been writing uses Tilt to manage it template handling, but needs to route method calls to it based on file extension. I was using the keys of...
While it's nice to see "you can do this" (e.g. sentance(word("..."))), the docs don't make it clear what I should expect to happen. Right after introducing building, it'd be a...
I'm finding that I cannot get jira-cli to let me set a fix-version if the version starts with a digit. ``` ⮀ jira-cli view SOUS-743 status : Closed reporter :...
Per a suggestion to Simplecov-Vim by @zph: Reload coverage files (ideally) when they're changed. This happens already when a buffer is loaded into a window (so switching buffers is enough...
Because, hard though it is to believe, Vim is not the end of code editors.
### TL;DR Currently, any job that uses google-github-actions/setup-gcloud gets spammed with the tar output of unpacking the gcloud archive. While this might sometimes be crucial for debugging, it's a real...
I've just rotated my certificates on my taskserver. After updating /home/judson/.task/keys/ca.cert to fix a TLS handshake issue, I now have the situation described here. #### To report a bug... *...
Unload hook
When leaving an .envrc directory, it'd be nice to be able to run a script to undo changes that happened when entering the dir. For instance, I'm using chruby for...
I'm not sure what the cause is exactly, but I've noticed that immediately after starting tmux I sometimes need to do a `direnv reload` in order to get my PATH...