Thomas Lallement

Results 37 comments of Thomas Lallement

@malarzm Could it help for the following topics? https://github.com/lexik/LexikTranslationBundle/issues/420 https://github.com/symfony/symfony/issues/33358 Currently it seems complicated to resolve environment variable on loading extensions.

@stof Thanks for your answer. The issue is that often when you deploy an app in a container for example you don't want to embed a config file for static...

For me this PR must be merged to be able to migrate projects suing Assetic on Symfony 4 without having to replace Assetic with Webpack (as a first step). Currently...

@XWB I understand it's not maintained anymore and you wants to deprecated it but if you look at this page: https://symfony.com/doc/current/frontend.html#assetic (doc for 4.0 version) ``Assetic is a pure PHP...

I also encounter the exact same issue using Symfony 5.4.6, running on PHP 8.0.x. I don't have the issue using SwiftMailer rather than Symfony Mailer.

The issue comes from the debug log used in ``stop`` method. https://github.com/symfony/symfony/blob/6.1/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php As this log is generated after sending of first email containig the stack trace, a second email is...

Please note that with same config in "dev" env, I receive only one email, which is not the case in "prod" env. As a workaround I exclude the "mailer" channel:...

This issue is related to https://github.com/symfony/symfony/issues/40794

It would be preferable to add the return type ``public function getConfigTreeBuilder(): TreeBuilder`` (not as comment) as the bundle target PHP 7.4 as minimal version.

It’s the case using the new Authenticator that is available since 5.2 : https://github.com/symfony/symfony/blob/5.4/src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php