Simon André

Results 779 comments of Simon André

> I suppose that this is a precedence problem. @fabpot It seems indeed. If I hard-update `CoreExtension` with the following: ```php // Line 336 change precedence from 512 to 10...

Maybe some adjustments could be done (where the recent Operator/parseExpression changes seems to be -at least partially- related) .. but not sure to be the most efficient here

Can you explain a bit more the problem you're solving ? Because this is working right now: ``` #[LiveAction] public function myAction(Request $request): void { $file = $request->files->get('my_file'); } ```...

So i'll be 100% honest and transparent here: in **_my eyes_**, one should absolutey _**never**_ use anything but a dedicated endpoint to upload things. In the vast majority of cases,...

Absolutely! The Hydrator needs to be split into separated responsabilities, if you're looking at related things after this one 😓

Do you think maybe you could show a tiny bit more of code ? 😄 Like, what's in "onSubcategoryUpdated" and "onCategoryUpdated" methods ? And eventually what you mean by "if...

Thank you for the suggestion, @techSolstice. My primary concern with the current implementation is that using the maker is not strictly related to “installation.” If we want to document it,...

Hey @YummYume ! What a nice, complete bug report :) I agree with your vision and i'd go even further: i believe we should not only "allow disabling" but "force...

Nice! And really, feel free to ask / poke / mail if you need any help, or want to chat about some work in progress stuff :)