Noel Light-Hilary

Results 26 comments of Noel Light-Hilary

This seems specific to jQuery UI 1.9 branch. Latest jQuery 1.8 with UI 1.8 works OK, but jQuery 1.8 with UI 1.9 is broken.

**Update: I'm not so sure my suggestion below actually works!** I think what may have happened is that Firefox specifically still flashes icons during the SSR handover, while Chrome doesn't....

Aha, thanks very much! I'd missed that other branch. This has got things looking a lot more promising. (I'm also making reasonable progress with my - albeit messier currently! -...

Sorry, was unclear - for the demo project I'm sticking with the versions used here to try and isolate the problem I had, so that's still on Angular 1.1.5. No...

@codepuncher I've had a quick look at the version parser in the Composer 1.x class we use for this purpose. I think that even for non-semver cases it only supports...

Thanks for the update @codepuncher. The logs stream to our AWS account so I don't think there is a way to expose them that would be worth the effort –...

Hey @gioamato, thanks for the suggestion. I can see how this might be useful to expose somewhere in the frontend – I'm not sure if there is a working Dependabot...

A recent web example log and screenshot of log in context: ``` [2022-04-12T12:00:56.701240+00:00] app.CRITICAL: Doctrine\DBAL\Exception\UniqueConstraintViolationException – An exception occurred while executing 'INSERT INTO package_data (type, name, hash, value, is_latest) VALUES...

Reopening this because, while I think the previous retry mechanism is harmless and possibly useful, it works on `Package`s and not `PackageData`. We continue to see occasional instances of the...

As the exception occurs only on flush of everything, not on a single entity persist, we need to allow retries further 'up' the call stack. For now I am proposing...