rossmeredith

Results 7 comments of rossmeredith

> Note that i'm using limit/offset to refer to any pattern where you're fetching a page by its index and page size, regardless of whether that's hitting a REST API...

What has to happen before the release? What exactly has to "stabilize"?

I think I've encountered this. My droppable area is a scrollable container and when scrollTop is greater than zero the delta.y given to me in onDragEnd includes the scrollTop value....

This still seems to be a problem which means websockets can't be tested. This is the simple test I have where I'm encountering this error. ``` @pytest.mark.asyncio @pytest.mark.django_db async def...

Did I ask a dumb question? Still no response after two weeks ...

Hi. Thanks for getting back to me. I'll look into what you suggest some time this week.

@jhnnsrs Didn't work for me. This did though: https://github.com/hot666666/asgi-cors-strawberry/blob/main/asgi_cors_strawberry/middleware.py I've also logged a ticket with django-channels to see if they'll add this middleware: https://github.com/django/channels/issues/2081