Thibault RICHARD
Thibault RICHARD
So the idea would be that you can add this trait in the Kernel of a Sulu project and benefit from the heavy-lifting done by this bridge, right ? Seems...
Sure, we can implement this if there's a need for it. What's your current use case for this ?
This is a common problem when executing multiple requests within the same process. State in services will be reused across requests. Most of those bundles weren't thought with this in...
I think a `kernel.request` subscriber would be called on each request and not only on the first one. My bet is that the subscriber is caching the value inside a...
I think the is the intended behaviour from a Flex perspective. AFAIK, everything created on `composer require` is deleted on `composer remove`. I don't think this is configurable. The paved...