Michel Chowanski

Results 15 comments of Michel Chowanski

@jayesbe Thanks. Got the same error and that solve it.

There are multiple ways to get the waiting times. One solution would be to save the waiting times in a database and create an application (php, node or whatever) to...

I get them working. I will create a PR soon.

The new Flagception Bundle 4.0 will work without the shared "features" tree. Each activator has his own feature tree (if needed) or work without them. The new "MemoryActivator" will replace...

You are right! I will try to fix it next week.

Will be implemented in the next version. However, not with the expression language but as a separate field, as in the symfony security component. ``` flagception: features: # Only one...

Can you tell me which flagception bundle and flagception sdk version you are using? In your debug container output, I'm missing the traceable chain activator. He is responsible for executing...

Ah, perhaps there is a misunderstanding here. The profiler does not show the features that are configured, only those that are actually requested (by '->isActive' for example). So if you...

This is exactly what the Environment Activator is for. You set the ENV variable to true on Dev and Stage / Preproduction and to false on Prod. Or am I...

I don't really understand your requirement. The Symfony Profiler should list all features?