Maxime Veber

Results 143 comments of Maxime Veber

Hello @Crell , can you add a test case for `foo://bar.*` ? If it currently works for `foo:///bar.*`, I guess we need to ensure that it will continue to work...

I changed the approach no more using a form for the collection, so I can't say it would help (but probably yes!). I was not using LiveCollectionType. This issue is...

At least I think the error needs to be more clear.

Since nobody posted it, here you go. This issue is related to https://github.com/doctrine/orm/issues/5109 and you should be aware of the long discussion there.

In my point of view, it's far from obvious that the scope change in the code I give an argument to the component. (Maybe I'm used to ReactJS so it...

Do you mean [this kind of things](https://twig.symfony.com/doc/3.x/tags/embed.html)? (I never used it!) I think by design embedding will not work with such feature. But it's also because it provides different features,...

I see the issue mention npx but not cpx. So here is my two cent: https://cpx.dev/

Same but different here. I just: 1. overridden the `new` action of a crud controller 2. added a "new foo" button on another page using this: ```php $newFooAction = Action::new('newFoo',...

You're right, any of those are interesting. But I think we are more often looking for dumps than any other thing. (I'm pretty sure I'm not the only one thinking...