Automating Docker Volume Caching On GitHub Actions
Overcame Sentry's self-hosted product caching challenge by wrapping tar executable with sudo & using --numeric-owner option, resolving GitHub Actions limitations.
Curious mind. Open source, behavioral psychology, automation
Overcame Sentry's self-hosted product caching challenge by wrapping tar executable with sudo & using --numeric-owner option, resolving GitHub Actions limitations.
Rotary encoder timing can be tricky! Reading from mechanical contacts needs interrupts, bookkeeping & ignoring invalid states for stable direction detection. Life is indeed messy, just like copper contacts.
Discovered 2 iOS browser bugs at Disqus: suspended events causing login issues & onreadystatechange events firing multiple times, resulting in repeated content. Patched Reqwest XHR library to fix issues.
Reviving my Astro blog's RSS feed was a journey. Fixed method name in endpoint definition, sorted & capped posts, used Astro Containers for full content rendering, and finally set build.assetsPrefix for absolute image URLs. Now it works! 🎉