Simon André

Results 779 comments of Simon André

Could you create the smallest reproducer possible, with the same versions you use in composer ? So we can install/test and understand what is not working as expected / create...

I started one (https://github.com/symfony/ux/pull/1229), please tell me if that's going in the good direction (style, content..) and i'll continue :)

> Why do you think we need an interface? I prefer exposing an interface than a Twig Extension + TwigComponent to be fair ... it's more future-proof. And the contract...

Nope it does not ! Alias/config handling is on the way (started on one of my branches) and the interface is perfect to abstract this implementation i guess Regardind SVG...

I don't believe this has been addressed yet, as we've encountered several issues related to it. Would you be interested in submitting a PR?

So you need to help the serializer there :) You can probably solve this with one of the following solutions: * setting a context * use custom dehydrate/hydrate method *...

Hey @onEXHovia ! You read my mind This is indeed my next move, and i started to extract the props metadata from template too :)

> Are we agree, this is happening only in prod ? @WebMamba nothing "prod-related" For all the environments, during a request, there is no need to compute metadata twice, so...

Hello @Nayte91! I'm not sure if this was 100% required or not (some comments in the code make me think it is... so poke @squrious ?) If you feel to...