Fixed: System.DllNotFoundException: Unable to load shared library ‘libheif’ on macOS
The NuGet package LibHeifSharp wraps libheif but on macOS libheif isn’t where the .Net Framework expects it to be, but is quickly resolved with a symlink
The NuGet package LibHeifSharp wraps libheif but on macOS libheif isn’t where the .Net Framework expects it to be, but is quickly resolved with a symlink
A personal best on my third year of the advent calendar of coding puzzles
How to fix the GitHub Pages build action warning: “github-pages can’t satisfy your Gemfile’s dependencies” when deploying a site with custom gems
The second year of my participation in the annual festive coding katas turned competitive
A short guide to configuring the Powercool UPS (Uninterruptible Power Supply) to work with Unraid
Thoughts on my first attempt at the annual festive coding katas
Finding myself seeing NameError: uninitialized too often, I took a little time out to truely understand how the Spring preloader conventions in Rails actuall...
Yes, custom Primary Keys are allowed in Rails but there’s a little more ceremony to get it working fully with Rails model associations