Alexis Lefebvre

Results 295 comments of Alexis Lefebvre

It looks like the test `testGetCurrentPosition` is _stealing_ the output and block the output of the test suite: ``` $ composer docker-tests -- --debug --filter="testGetCurrentPosition" > docker run --rm --tty...

> Regarding security: the hashed contents comes from an external input. An attacker could manipulate the query string so that the hash of a request URI would colite with an...

In the first example, the items of the collection are defined with `*` instead of `-`, is it a typo?

If you are interested in this subject, please see #47102

@stof Right, I force-pushed a check that will throw an error instead of ignoring it. If it's ok for you, tests will have to be updated to handle this case...

What if using an empty item in another part of the config throw another error in another part of Symfony? Should the config validator be more strict? As I wrote...

Could you please share an example of an email string that match with your issue?

@snpy your comment mentions `smpt`, was it a typo during copy-paste? It may be the source of your issue.

Does it work if you define an array? ```env REDIS_NODES='["redis://127.0.0.1:6380"]' ``` --- Update: nevermind, I didn't know the `'%env(csv:…)%'` syntax: https://symfony.com/doc/current/configuration/env_var_processors.html