-
Open GitHub PR URL by number from macOS
Sometimes you want to be able to open a GitHub PR URL in your default browser in macOS with just the number of the PR. This can be accomplished with the following function in zsh, which can be added to your .zshrc: Some caveats to using this code: This assumes that you’re in a local…
-
EBUSY on /etc/resolv.conf in a Linux Docker container
I’ve spent a lot of time in *nix-like environments, but Docker + Linux configuration nuances a bit of a newer area to me. This is my public personal note about how to do deal with an EBUSY on /etc/resolv.conf in a Linux Docker container (as well as similarly mounted files in containers) In debugging an…
-
Emacs errors in process sentinel: WakaTime Error (127)
I was setting up the wakatime-mode extension in a fresh Emacs For Mac OS X install so report to WakaTime. After setting up the CLI in my home directory I was getting the following message on saving: It sounded like WakaTime Error (127) #35, but I was able to run the command at my shell.…
