Here's a short post on how to get code coverage with zig using codecov on travis CI.
Finally got stepper motors working with the STM32H7 and DRV8825 using ziglang!
Here's a tip on how to find the correct path for setting the include directory.
It's really easy to test a Zig project with travis-ci.
I was recently getting "Guru Meditation" errors with Virtualbox errors when attempting to start a VM...
Every now and then I get very strange errors saying libraries are not found when they are when attempting to build a project.
mbed-os uses sleep to save power. This is nice except when the debugger won't attach. So here's how to force it.
ST's STM32 Nucleo dev boards show up as a mass storage device on ubuntu by default. This is annoying and messes up flashing, so here's how to disable it. This should work for ST-LINK v1 - v3
Elasticsearch 2.3.5 wouldn't start on ubuntu because of an "Unrecognized VM option 'UseParNewGC'". Here's how I "fixed" it.
I had to migrate user models to a custom model on Django 2.2 and all of the answers I found required wiping tables or resetting them and re-applying migrations.