All activity
Rolando Boschleft a comment
The self-hosted angle is underrated right now. Most feature flag tools force you into SaaS even when your data sensitivity or latency requirements make that a bad fit. Zero-latency local evaluation is the right call. Curious how you handle flag evaluation consistency across edge nodes when there's network partitioning.
OpenFlagsFast, self-hosted, edge-ready feature flags for modern teams
Rolando Boschleft a comment
Hey Product Hunt! I built Quick Gate after one too many late-night CI failures on errors that eslint --fix would have solved in 3 seconds. The idea: instead of failing immediately on lint or type errors, try to fix them first. Deterministic fixes only (eslint --fix, scoped to your changed files). If it works, build passes. If not, you get a structured diff showing exactly what failed and what...
QuickGate-JSAuto-fix Typescript/ESLint errors before CI fails the build
You push a commit. CI runs for 8 minutes. Fails on 12 fixable ESLint errors. You fix them. Push again. Wait 8 more minutes.
Quick Gate auto-fixes lint and type errors in CI — up to 3 attempts, 150-line patches, 20-min cap. If it fixes everything, the build passes. If it can't, it fails with a diff showing what it tried.
npm install -g quick-gate
Not replacing your linter. Just the part where you manually fix errors a machine could fix. Apache 2.0.
QuickGate-JSAuto-fix Typescript/ESLint errors before CI fails the build
