juxt

rgm 2019-07-10T05:44:15.004300Z

The aero docs have a tantalizing reference to using it for feature toggles. Is there a public example of this anywhere? I couldn’t find anything in edge.

dominicm 2019-07-10T19:29:30.005400Z

@rgm when we do it, it's very boring:

:ig/system
{:web-server
 {:do-a? #profile {:staging true :prod false}}}
Then pass do-a? the part of the code that needs to know.

rgm 2019-07-10T20:42:44.005700Z

oh, I see. That’s helpful, thanks.

rgm 2019-07-10T20:43:11.006200Z

I can imagine merging that stuff in from another source at http server startup.

rgm 2019-07-10T20:43:27.006500Z

everything data ftw.

💪 1