DavideBicego

Results 5 comments of DavideBicego

Same issue here, had 29 crashes in production in the last 90 days. Here's a log: ``` Fatal Exception: java.lang.RuntimeException: getParameters failed (empty parameters) at android.hardware.Camera.native_getParameters(Camera.java) at android.hardware.Camera.getParameters(Camera.java:2091) at de.mintware.barcode_scan.ZXingAutofocusScannerView.setupCameraPreview(ZXingAutofocusScannerView.java:6)...

Should I do something like `DateFormat(myDateFormat).format(DateTime.parse(myController.value.text))`?

If you use `$uow->computeChangeSet(...)` instead of `$uow->computeChangeSets()` you can call `$uow->recomputeSingleEntityChangeSet(...)` before flushing. ```php $uow = $em->getUnitOfWork(); $event = $eventRepository->find(70); $event->setTitle('a new title'); $eventClassMetadata = $em->getClassMetadata(Event::class); $uof->computeChangeSet($eventClassMetadata, $event); //... do...

I had one user using iOS 26.1.0 on an iPhone 13 pro with the same issue

This is blocking the upgrade to phpunit 12 for us. I understand that the issue is the previous comparison not being reliable but the way the comparison is now performed...