I can't believe we used to just raw dog code changes without CI (when I started my career, this was the norm, I'm old enough to remember unfortunately). The Ghostty CI catches things constantly that we'd never be able to reasonably manually or locally find.
@mitchellh yeah but have you tried pushing directly to master branch? it's exhilarating
@andrewrk My first [web] language was PHP and Right Click => Edit directly in an FTP client and upload-on-save is still the tightest feedback loop I've ever had in my life.
@andrewrk Push directly to prod, no master branch required. Just full send.

@mitchellh @andrewrk Even better, VS Code to your prod server (yes it can do that), and edit code directly, live reload and all.

Not something to be done lightly, but it does genuinely come in handy sometimes.

@andrewrk @mitchellh wait for CI? What are we, Google?
@mitchellh 🤷‍♂️ works on my machine