Simon André

Results 779 comments of Simon André

> The defer will cause a big big layout shift. Sometimes you want to avoid a layout shift (Lighthouse performance metric), trading it with a bit longer loading time. Other...

And i have a lazy attribute with intersection observer loading coming next weeks too :)

For a single icon i don't think so... as we bypass the component system to call a function directly. For the website [yes](https://github.com/symfony/symfony/blob/7.1/src/Symfony/Component/HttpKernel/Attribute/Cache.php) :)

What does your does ? If you used a simple div there and not a component you could simply do this ```twig {# template/dashboard.html.twig #} {# everything here is forwarded...

Today the TwigComponent HTML syntax is "just a syntax".. the inner working are still based on Twig... ... but Twig is more designed to work in the other way with...

Did it work "before" ? Do you know what changed ?

Ok, can we see this via another angle ? > This all is about this change; "[BC BREAK]: LiveProp values are no longer automatically (de)hydrated through Symfony's serializer. Use LiveProp(useSerializerForHydration:...

There are some known issues with Autocomplete + Live + multiple https://symfony.com/bundles/ux-autocomplete/current/index.html#known-issue-when-using-with-live-component I’ll take a look later today but i dont want to give you too much hope :/

Hi @Dumorya ! I used only your `composer.json` file to reproduce ```console composer install npm install --force ``` The files are then correctly found in the `node_modules/@symfony/ux-charts/dist` directory ```console ➜...

What about a conflict with intervention V3 in this version, and then moving to https://github.com/bepsvpt/blurhash ? The current lib used seems not very active, and if we can use a...