Properly Updating the Theme Font in Sublime Text 4 So Far
Published on May 19, 2024.
It's been almost a year since I published how to override your ST4 Theme Font. But I encounter an issue where even my old settings are insufficient to fully override font settings.
Continue reading...
Only the sh1.13 package will work properly with python3.10
Published on September 20, 2023.
This post is to document an issue working with python-for-android on python3.10 on a modern tooling environment.
Continue reading...
Use pyenv shell instead of pyenv local when running poetry with it
Published on July 11, 2023.
If you are a pyenv and poetry user and need to spawn a virtualenv through poetry, run pyenv shell python-version
before running your poetry commands. This post explains why.
Continue reading...
How to properly change the sidebar font face of Sublime Text 4
Published on July 11, 2023.
Navigate to Menu >> Preferences >> Customize Theme, and change all the "font_face" and "font.face" values you need to the font you want. Read this post to check the json you can copy-paste to show you how to properly override the theme font.
Continue reading...
Run mariadb and Joomla together in docker
Published on May 11, 2023.
So after wrangling with the official docs for the Mariadb and Joomla docker images and pestering ChatGPT for debugging my errors, I've managed to come up with an improved tutorial for making mariadb work with joomla. The tutorial is ran on Linux Mint 21 Vanessa, and it should work with Ubuntu Jammy LTS-based distributions.
Continue reading...