Matheo D.
Matheo D.
Hello, I am facing the same issue as @tacman. I use a twig function to genera a twig component. Thanks @kbond your little autowiring tricks work great! But I definitively...
@kbond https://github.com/symfony/ux/pull/513 here we are 😁
I am agree with @badmansan. In the context of frameworks or migrating legacy css, overwrite css can be tricky. And this a php framework so being able to stay on...
Hi @yyaremenko ! I am not sure it's actually a bug, but more a design choice. You may not always want to have an exception to be thrown. The validation...
Hi @artyuum I just try it out! and it's working great! thanks for your work! 😁
Could you share some code, a reproducer can be great! Thanks!
@florentdestremau I made one but the thing is you have to be premium to access it: https://chat.openai.com/g/g-hpapJXDZg-symfonychatbot
not sure about it. There are auto redirect to https.
If you have: ```php #[AsTwigComponent] class UserCard { public string $user = null; public string $language = 'fr'; } ``` ```twig {% props size = 'md' %} // content here...
This is not the case, and you actually had this issue during your live coding at the SymfonyCon 😁