sabat24
sabat24
Same here. I've got max execution time error on line 255. I try to minify 10-12 files with weight ca. 1.7mb. `if (preg_match($pattern, $content, $match, PREG_OFFSET_CAPTURE)) {`
> To make sure I understand, you have a `LiveAction` inside of a live component and you are returning (via rendering a Twig template) a stream response like this? >...
> To be clear: you would like a new event so you could handle Ajax errors yourself? Yes, we thought about something like that. In our use case we need...
I ran into the same problem. I've got following route declaration ```php /** * @Route("/{section}/entries/{entry}", name="entries_list") * @param Section $section * @param Entry|null $entry */ public function entries_list(Section $section, Entry...
Thank you for clarification. Based on what you have described, I have to manually tagged voters and provide priority order. However when I tagged voters manually in services.yaml my custom...
I needed this also and made some workaround. Add a data attribute to your `select` for example `` where values are IDs ordered just like you have saved it to...