Thomas Landauer

Results 162 comments of Thomas Landauer

OK, that's 2 different things: * Single enum value: So what you're asking for is in fact an alias `enum()` for the existing `constant()`? * Entire enum iterable: An enum...

I started a PR at https://github.com/twigphp/Twig/pull/3361 - giving at least two answers ;-) 1: yes 4: will not work without it

Well, I'm only using it to "fix" the `date` filter for `null` values: ```php public function dateFilter(Environment $environment, $date, string $format = 'F j, Y H:i:m'): string { if (null...

If you merge this, I'll do the same at https://symfony.com/doc/6.0/security/login_link.html#1-configure-the-login-link-authenticator

@javiereguiluz Do you know why there's no "PHP" tab in the second code sample at https://symfony.com/doc/6.0/security.html#logging-out, even though it's present in the source code (line 1680)?: ```rst .. code-block:: php...

Guys, please merge https://github.com/symfony/symfony-docs/pull/17166 first, so we can see if this works, then continue here...

That's OK for me now, since `config/routes.php` is shown as equal alternative. So I'm closing this.

Meanwhile, there is at least some documentation on https://symfony.com/doc/current/frontend/encore/simple-example.html#stimulus-symfony-ux However, what I don't quite get (i.e. should be explained): What's the advantage of all those helpers in `StimulusTwigExtension` at all?...

Just reading on https://symfony.com/doc/current/security/login_link.html#configure-a-maximum-use-of-a-link that the cache is not cleared: > The cache pools are not cleared by the cache:clear command, but removing var/cache/ manually may remove the cache if...

When I'm doing `cache:clear` (as recommended at https://symfony.com/doc/5.4/deployment.html#d-clear-your-symfony-cache), I'm getting the `login_throttling` counter reset. So at https://symfony.com/doc/5.4/security.html#limiting-login-attempts it should also be explained, that the counter will be reset on every...