Tin Tvrtković
Tin Tvrtković
Thanks for checking. Closing this now.
We don't support it currently, but we definitely should. Just haven't gotten around to it.
Using a single, global event loop is less than ideal tbh, your unit tests won't be independent of each other (so, won't be unit tests). In your case here, I'd...
I see, alright. Can close this or keep it open to track a place for cleanup, your choice. Thanks.
Gonna close this as stale, hope that's ok ;)
@veganburrito86 The `json` module doesn't support aiofiles, since it's a Python module and aiofiles is a third-party library. You have to use a diferent approach, like this: ```python import asyncio...
I think you're correct, but that's an inherent limitation of the approach we're using. Any suggestions?
Looks fine to me in the latest VS Code.  The bigger problem is the annotations seem to be wrong, key isn't just a string.
Ok, I'm fine with adding this as long as it's opt-in (I think it'll be a speed loss in the general case). I'll look over your PR and let's see...
I'll keep this in mind for the next version. Definitely sounds useful to have.