GoatFlow 0.8.1 shipped this week. The headline is mobile support and PWA push notifications. The interesting engineering was in how we made 66 admin pages mobile-friendly without touching 66 files, why the Push API is pickier about TLS than you’d expect, and a test fixture bug that only …
GOTRS 0.6.3 focused on internal improvements. No headline features, but the kind of work that prevents future bugs.
The Problem Our test suite used a separate authentication bypass. This seemed convenient - tests ran faster without real auth. But bugs slipped through because tests weren’t …
GOTRS 0.4.0 shipped with a Playwright acceptance harness that runs entirely inside the toolbox container. No local browser installation needed.
The Problem Local Playwright setups are notoriously flaky. Different Chrome versions across machines. Missing dependencies on Linux. Path issues on macOS. …
The latest GOTRS release focused on something that doesn’t make for exciting screenshots but matters enormously: trust in the development workflow.
The Problem Every developer has a slightly different local environment. Different Go versions, different database clients, different shell …