Jean-Paul van der Wegen
Jean-Paul van der Wegen
Temporary quickfix `services: mobile_detect.mobile_detector: class: SunCat\MobileDetectBundle\DeviceDetector\MobileDetector public: true`
Add support for opencv V4+
Hi @WebMamba, thanks for your response, and I have also looked into the custom hydration function. However, the issue arises from using the built-in LiveCollectionType and LiveCollectionTrait. As soon as...
@WebMamba @EOL-Fred This issue is caused by the following code: //Symfony\UX\LiveComponent\Controller\BatchController.php ```php foreach ($actions as $action) { $name = $action['name'] ?? throw new BadRequestHttpException('Invalid JSON'); $subRequest = $request->duplicate(attributes: [ '_controller'...
Edit: Example is now more dynamic. For anyone facing the same issue, I've resolved it by creating a specific CustomLiveCollectionTrait for this usecase. This initializes the correct object. Example code:...
> Did it work "before" ? Do you know what changed ? Until 2.7 its works, but after migrating to the latest version. I got now 2 actual issues. -...
Small update. We just disabled worker mode and now its working without any segmentation faults
In certain situations, we experienced significant issues with gmagick. As a result, we reverted to PHP 8.2 with imagick, which resolved some of the problems. However, segmentation faults still occur...