Link to flipper's github in recent TIL

This commit is contained in:
jbranchaud
2026-07-16 17:41:30 -05:00
parent 8f4cefbbab
commit 5ce584f0b9
@@ -1,7 +1,7 @@
# Flipper Discards Actors When Feature Fully Enabled
Let's say I have a Flipper feature flag that I have enabled for a handful of
users. When I eventully go to globally enable that feature flag with the big
Let's say I have a [Flipper feature flag](https://github.com/flippercloud/flipper) that I have enabled for a handful
of users. When I eventully go to globally enable that feature flag with the big
green 'Enable' button, the gate short-circuit evalutes to true everywhere. This
is what grants access to anyone when it is enabled.