Dimosthenis Nikoudis
Dimosthenis Nikoudis
Having automatic punctuation would be really nice. Did something block this PR?
I want to add some dynamic ManytoMany associations between my entities. Basically I have a special interface called `LinkedEntityInterface` and I want all entities that implement it (I have about...
@madnight thank you! For my use case I ended up building my own image, which basically does the same as you did, but these tags will be very helpful for...
If I understand, this is a bug with Symfony's `kernel.reset` event, in that it resets all requests and not just the master one? I think the proper solution in this...
That would be possible too I guess, but its conceivable other bundles using `kernel.reset` may be affected by this too, so it would be more correct to fix in Symfony...
Btw I'm not actually sure, are ESI requests treated as non-master requests in the `RequestStack`? Never really worked with this tech.
I have created an issue in Symfony for this. Let's see what they come up with, otherwise we can try to fix it in the bundle.
According to the Symfony maintainers, ESI requests are actually real requests, not subrequests. If they are real requests, they shouldn't be sharing any state in FPM, so I'm a bit...