Romain Monteil
Romain Monteil
The project already encourages to use the Symfony binary, either to create the project or to launch the local server. Why not use the advantages it offers with Docker integration...
Hello @mferrara, Can you provide an example of a sub-domain that does not pass validation?
Well, it's weird, all the tests I did with your url are validated. By calling which method the validation fails?
@ogizanagi thanks for your quick reply. Actually it's working when using an array to configure the constraint but not with named arguments ```php // This works #[Enum(['class' => EducationalSupport::class, 'asValue'...
> But is DynamoDB a good cache provider? Ie compared to Redis. tbh, idk, maybe i'm looking in the wrong direction, but here some context regarding my request: I'm currently...
Thank you for your reply, i'll look into it.
I'm not really in favor of this change because `row_class` is an internal variable that is not intended to be set from form options. You should either use the [row_attr...
@javiereguiluz Actually, the only other code example that I found with a switch is [here](https://github.com/symfony/symfony-docs/blame/6.2/bundles/prepend_extension.rst#L68)! Should I also replace it with: ```php match ($name) { // set use_acme_goodbye to false...
@OskarStark Done 😉 !
Wouldn't it be possible to add a new `format` parameter with 2 possible values, `normal ` (default) and `icu`? If the format is icu, message domains will be automatically suffixed...