Simon André

Results 44 issues of Simon André

From "Project_Twig_Extension" to "CustomExtension" Just a suggestion, feel free to close if you want to keep it like this :) I found those namings only in "advanced"

As the renderer won't change without BC (at least via the twig function/component).. i think it's ok to expose an interface here, allowing people to use it / decorate /...

Status: Reviewed
Feature
Icons

(will be rebased after #1947) Answering you here @VincentLanglet (regarding https://github.com/symfony/ux/issues/1935#issuecomment-2184084659) Would this be the "good/safe" way to go... ? ...or should we create a Standard (and just customize the...

**TL;DR;** i regret the revert and think we _should_ throw an expection --- So... I think i now regret to have reverted #1780 (after #1909 but also messages on Slack)...

TwigComponent
RFC

There is an [ongoing work](https://github.com/symfony/symfony/issues/51920) started by @GromNaN to add documentation on attribute classes + parameters across Symfony codebase. Here's what it would like in symfony/ux * [ ] [`Symfony\UX\Autocomplete\Form\AsEntityAutocompleteField`](https://github.com/symfony/ux/blob/2.x/src/Autocomplete/src/Form/AsEntityAutocompleteField.php)...

documentation
help wanted

Update code following [#4158](https://github.com/twigphp/Twig/issues/4158) * return mixed * trigger when non countable * type the position argument Add doc precisions

I have a couple questions about the "[cycle](https://github.com/twigphp/Twig/blob/71021834cc0f8694e0d858830799137e1714b0ee/src/Extension/CoreExtension.php#L318-L339C6)" function... I'm not sure what is really expected in some scenarios (mainly "what to do with `mappings`"), and the [documentation](https://twig.symfony.com/doc/3.x/functions/cycle.html) uses "mapping"...

Acting as a _spinoff_ to [#4165 Add tag to declare variable types](https://github.com/twigphp/Twig/issues/4165) (as I don't want to disrupt the main conversation too much 😅) The idea is to introduce assertions....

At first i just wanted to reword this sentence i found missleading.. in the [Custom Authenticator](https://symfony.com/doc/current/security/custom_authenticator.html) page. > If ``null`` is returned, the request continues like normal (i.e. the controller...

Security
Status: Needs Review