Tommaso Pavese
Tommaso Pavese
Telemetry events are being added with: https://github.com/tompave/fun_with_flags/pull/197.
Hey, thank you for using the library and raising this point. You're making a fair observation. And this is also related to this long-standing [todo item in the readme](https://github.com/tompave/fun_with_flags/tree/v1.11.0?tab=readme-ov-file#to-do): >...
Hi @codeadict that's great, thank you! Please go ahead! :-) The static TTL value is injected into the cache GenServer [here](https://github.com/tompave/fun_with_flags/blob/v1.13.0/lib/fun_with_flags/store/cache.ex#L106). So I guess that's your entry point to customize...
Thank you for the work and the PR! Can you please test this version of the code with and without the migration applied? That's necessary to write upgrade instructions. Ideally,...
It would also be good to modify the current migration so that users can copy just one migration file when installing the package for the first time. For example, look...
Yes, I was thinking that adding this to v2.0 would be best. In that case it's ok if it's a breaking change. Please leave the PR open for now. I'll...
Just to make it easier to resume work for this later: * This was attempted in https://github.com/tompave/fun_with_flags/pull/154. * Plus a small fix in https://github.com/tompave/fun_with_flags/pull/159. * Some of my notes in...
Hey, because of personal reasons it's unlikely I'll be able to pay much attention to this in the short term. If timestamps are critical for you please use your fork....
Hey there, thank you for using the library and suggesting the feature. An audit log is something I've been thinking about on and off. At the moment it would be...
Related to: https://github.com/tompave/fun_with_flags/issues/174