Simon André
Simon André
Oh you're right... well if you feel to adapt the code for both Intervention2 & 3 that'd be ideal i guess
There is another possibility i find appealing : https://github.com/SRWieZ/thumbhash/
So can you show an example of what you want to do precisely ? Not sure if you want to pass "false" as a string, or if something does not...
Is something not working there ? ```twig ```
The one thing you may not know, but forces us to keep "false" as a string in some cases, is that in HTML there is no difference between * checked="true"...
**About this PR** I have not much time, but please read attentively what i wrote in the other topic i shared on slack about this topic i've been working on...
I'd vote for doing things automatically, .... and add a non-configurable bundle prefix. So vendor/acme/blog-bundle/Twig/Components/SuperWidget.php would be usable as ```twig ``` or (to be decided) ```twig ``` This is the...
In Twig, for templates it's done automatically for any Bundle indeed (registered in the prefixed namespace, and with the ! prefix to be able to reference the original bundle template...
Good catch thanks @llupa It's a now-identified little bug that is beeing fixed right now.
As stated in the [documentation](https://symfony.com/bundles/ux-live-component/current/index.html#passing-data-to-listeners), `emit()` only accept some scalars in the array, so you won't be able to pass "new Notification()" like that (at least not a specific instance)...