The one-liner for updating PIP and all outdated packages Posted on 2021-05-26 I spend most of my time working on a Windows machine for work-related projects, and for some personal projects I... [Read More] Tags: macos pip powershell python quick-take windows
Ignition 8.1.4 - Release Posted on 2021-04-02 This release is for Ignition 8.1.4, and 8.1.4-jython. [Read More] Tags: github ignition scada
How I use black, flake8 and isort to format Python2 code and how I put it all together with pre-commit Posted on 2021-03-06 Welcome to part 2 of my series on how code formatters can assist in producing easy-to-read code, and hopefully easy... [Read More] Tags: coding standards homebrew pip python
Troubleshooting GPG signed commits on macOS Posted on 2021-01-27 Introduction [Read More] Tags: git github gpg quick-take tutorial