dperetti
dperetti
Having the same issue but in my case only `'raw'` is not called in my first instance if another instance is created.
Damn, same issue. 🙁
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**  **Correct swapping of 1 and 4** 
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...
I don't understand why it can't be fixed? 🤔
Two years later, updating an old project right before iOS13, I can feel your pain! 😩
That would be fantastic !