Sébastien Alfaiate

Results 160 comments of Sébastien Alfaiate

The merged PR only include unit tests. Another PR has been created to fix the issue?

This one: https://github.com/symfony/symfony/pull/45929

You should disable it in test environment. ``` yml # config/packages/test/gregwar_captcha.yaml gregwar_captcha: disabled: true ```

I had aa similar problem today on windows. I had to use your updates transform() function and to had this fix: `$json = str_replace('C:', 'file:///c:', $json);` PhantomJS is not able...

The PR fixed the issue with file://. But not the original issue about the parse Error in windows.

No, on windows, the parsing error is related to the [escapeshellarg](http://php.net/manual/fr/function.escapeshellarg.php) function: > On Windows, escapeshellarg() instead removes percent signs, replaces double quotes with spaces and adds double quotes around...

I think SQLite database file should be stored in the `storage` folder and not in the `database` folder. There is not really database name in SQLite and maybe we should...

Here is my solution with EasyAdmin v3 and form events. It works even if the password field is mandatory. ``` php

> it doesn't allow EasyAdmin to expose any other fields on the User entity I am not sure to understand what you mean. I gave the minimal working example. You...

@CristinaEsteban97 `autowiring` needs to be enabled in order to be able to use `@required` annotation. See https://symfony.com/doc/current/service_container/autowiring.html#autowiring-other-methods-e-g-setters-and-public-typed-properties