Maxime Helias

Results 81 comments of Maxime Helias

I think it's related to filesystem/volumes sync between docker and the locale machine

I don't know if it's docker or the filesystem provided for the OS but I often hear synchronization problems on windows. Personally I am on macOS and apart from the...

With the rework the `APP_ENV` should always be defined and the dev mode of Symfony fix the original issue

Making the Dockerfile simpler/flexible is worth taking especially for installing php extensions as long as they are low impact. This script would allow us to add a link to the...

Example on Sylius docker : https://github.com/Sylius/Sylius-Standard/pull/746

I never try, I think that should work see more detail here : https://caddy.community/t/multiple-domains/1761

@prugala The redirection is normal because caddy automatically redirects to https and informs you with a log info. It's also normal to not see any log when you try with...

The "symfony/phpunit-bridge" does not need to have different version support, i think just remove the "^4.4" support for this package should be fix this

> Perhaps it is wise to even pin it to ^6.0, what do you guys think? I agree with that 👍

The OptionsResolver is already used to validate options on column. This can be interesting for DataTableType. To do this and avoid BC, it would be necessary to create a new...