Results 49 comments of dperetti

Having the same issue but in my case only `'raw'` is not called in my first instance if another instance is created.

Swapping items 1 and 3 in an array yields wrong diff result while swapping items 1 and 4 yields a correct one...

I can replicate it in the demo page: **Wrong swapping of 1 and 3** ![image](https://user-images.githubusercontent.com/845612/147965344-94bd411d-ec86-4c14-9e06-4caa31735abb.png) **Correct swapping of 1 and 4** ![image](https://user-images.githubusercontent.com/845612/147965301-6c65e598-2d48-4c58-8267-205a45de1f34.png)

It's really worth it. When you start using it, you don't want to go back ! Very powerful and very clean... and wagtail supports it ! From what I've seen...

Here is a decorator like suggested above I came up with: ```python import logging from functools import wraps from django.http import HttpResponseServerError logger = logging.getLogger(__name__) def handle_async_exceptions(fn): @wraps(fn) async def...

Two years later, updating an old project right before iOS13, I can feel your pain! 😩