Simon André

Results 779 comments of Simon André

Story is I had very little free time these last ~~days~~ ~~weeks~~ months to work on Symfony UX... so I have plenty of things I had to let in suspend....

> [!TIP] > **Side note regarding time** Despite what some may think, Hugo ([@Kocal](https://github.com/sponsors/Kocal)) and I ([@smnandre](https://github.com/sponsors/smnandre)) work on Symfony UX **entirely** in our **personal time**, with no compensation **whatsoever**....

It is not about `cannot render blocks`, quite the opposite actually. The thing `InteractsWithTwigComponents` cannot do here is render component _without_ rendering blocks. Passing mock content via a blocks var...

Well... you should not change _the_ http client as per default the test http client is used to do the request (if you do not need http request, you also...

I’m sorry how would the last one differ from the current behaviour ?

More generally, not that I am against, but what would be the use case ? On the website, you chose by looking at the icons, here how would you decide...

> I don't think `bin/console ux:icons:search * map` will works due to the wildcard character. > > What about only `bin/console ux:icons:search map`? This is the command to search icons...

But (again, asking to understand here) what will you do with a list of icons as result? ``` foo:github bar:github baz:github foobar:github another:github other:github ``` What would you do with...

I would not mix two JS framework on the same div to be honest. The DOM changes are the main feature of LiveComponent, so we won't be able to do...

Just by chance, did you try ```twig Open CONTENT ``` ?