Simon André
Simon André
Currently, UX Translator bundle uses the `var/translations` directory > When warming up the Symfony cache, all of your translations will be dumped as JavaScript into the var/translations/ directory. For a...
Today we use a lot of args, and strings must be an array ```html {{ stimulus_controller('symfony/ux-typed', { strings: typedStrings, loop: true, contentType: 'html' }) }} ``` But as we now...
| Q | A | ------------- | --- | Bug fix? | no | New feature? | yes | License | MIT Pass the rendered content in the Event (not...
First part is done (compatibility)... now we should replace the "echos" by some PrintNode... ... and then start to look at the LiveComponent TODO: use the new YieldReady attribute
See https://github.com/twigphp/Twig/pull/3950#issuecomment-1889971913 For now i test with a local clone of the fabpot branch, and use_yield hard coded / changed in Environment class ## Status ### Work in progress -...
Do you have any plans concerning security? As i see it, there are two things i'd like to limit/control - distant files (with whitelist option or bool to forbid them...
i'd like to have two aliases: `check` & `fix `, so i started to see how that could be done. This seems to work perfectly by adding thoses aliases in...
Or maybe just remove the previous text with no replacement?