Sascha Heilmeier

Results 10 comments of Sascha Heilmeier

@pschoenmakers I set the missing config to parameters.yml ```yml # This file is auto-generated during the composer install parameters: ..... deployment_type: ~ ``` But its gone every time when I...

@orocla I agreeed the Contributor License Agreement

@mbessolov I Import Users and want to sendConfirmationEmail but the action works only with an HTTP Request. My Workaround is to create an empty requestStack request. `$this->requestStack->push(Request::create(''));`

Thanks, that solved my flickering problem. Why is it still not merged?

In my opinion, this solution has the least impact on the project.

@vienthuong my aim is to have a context that can renew the token independently. I am aware that a DTO should not contain any logic, but the question for me...

Its tricky, the result of `php -i | grep error_reporting` has to be an int. In your example it should be `17` but returned the string `E_ERROR | E_CORE_ERROR `....

Thank you @nicolas-grekas, I will add the middleware PR also for the runtime in symfony.

@andrew-demb I have considered using Symfony events, but I would like to be able to wrap the entire handle process. I want to use a middleware for tideways like this:...