Christophe Coevoet
Christophe Coevoet
I released version 1.14.0 of the bundle which uses the new provider interfaces. I think this release should solve all the issues for the Frankenphp worker mode (don't hesitate to...
I don't think a newline is reported (I guess the line break in the output is caused by the output wrapping done during the error rendering) which version of composer...
I don't think this use case is common enough to ship such constraint in Symfony itself. I would suggest you to implement a custom constraint in your project.
`MimeTypes::MAP` is *also* hidden from the validator component. You would have to use the public API of the `MimeTypes`. A way to check whether a mime type is know in...
> Just an idea: What about keeping the name add make it configurable instead of having two types? Configurable types are hard to achieve in DBAL (and supported properly only...
With a Symfony release every 6 month, maintained for 4 years (in case of LTS), I don't see how this "The framework would be responsible of the IP list" thing...
@damienalexandre fetching a remote file during deployment would mean that the uptime of this endpoint becomes a critical part of your deployment process. And the syntax you suggest does not...
@lyrixx downloading during deploy still implies that your ability to deploy depends on the uptime of the endpoint from which you download.
This creates collisions for keys, as a long key is not considered the same resource than its hash.
@sylfabre yes, my comment is indeed about that point.