tomerplus500

Results 11 comments of tomerplus500

Thanks @Zaimwa9, this is exactly what I end up with. One suggestion: Please hide/remove the "Sign up" button in case that `ALLOW_REGISTRATION_WITHOUT_INVITE=false` and accessing the Flagsmith main page directly (without...

Weird, because I managed to register without an invite. Maybe I configured the container incorrectly. I used the env-vars exactly as shared here. On Wed, Jun 4, 2025, 18:03 Matthew...

Running Flagsmith using the Docker Compose file on my Laptop, I can confirm that settings these: ``` PREVENT_SIGNUP: 0 ALLOW_REGISTRATION_WITHOUT_INVITE: 0 ``` 1. I was able to Sign-up using link...

One problem we currently have for example, is that we're using Flagsmith in many of our legacy .NET Framework projects. Since these project use an older version of Polly library...

> but I wonder if we could loosen the dependency constraint on the Polly library if we're not using any of the functionality from the later versions of Polly? If...

@utkarsh-1905, hi, any estimation of when it will be implemented?

> [@tomerplus500](https://github.com/tomerplus500) at the moment, we don't have a timeline for implementing this one. In the meantime, you can use integer timestamps. e.g. set your trait as follows: > >...

> [@tomerplus500](https://github.com/tomerplus500) yes, this is something that we do plan to implement, but as per previous comments, it is a non-trivial requirement and is not on our near term backlog,...

> We'd happily receive a PR for this :) React is not my cup of tea .. :)

Adding support to the engine alone won't move a dime. I did that by customizing the Engine in .NET - problem is that the UI doesn't support trait such as:...