Header image for Suppressing Rich Tracebacks in Typer Apps

Suppressing Rich Tracebacks in Typer Apps

This must be applied to the configuration of the Typer object created for the CLI.

Header image for Uninstalling Poetry Completions for zsh

Uninstalling Poetry Completions for zsh

Here’s how to enable: https://python-poetry.org/docs/#enable-tab-completion-for-bash-fish-or-zsh

Header image for Ubuntu Snaps in WSL & zsh

Ubuntu Snaps in WSL & zsh

What on earth are “Snaps”?

Header image for Running Google Chrome GUI in WSL

Running Google Chrome GUI in WSL

This was working for me a while ago but today, when I tried, it was not.

Header image for Comments are Failures in Coding

Comments are Failures in Coding

“The proper use of comments is to compensate for our failure to express ourselves in code.” — Robert C. Martin, Clean Code

Header image for Launching a Web App from Stream Deck

Launching a Web App from Stream Deck

This is actually much more of a hassle than I’d have expected …

Header image for Programs Do Things

Programs Do Things

“Every system is built from a domain specific language designed by the programmers to describe that system. Functions are the verbs of that language, and classes are the nouns.” — Robert C. Martin, Clean Code.