larsclaussen
larsclaussen
Will `databases` support loading sqlite extensions in the future? I'm particularly interested in geo extensions like spatialite. `aiosqlite` does expose the needed functions as far as I can see: ```...
Hi, As a fairly new channels user I find the documentation on how to test channel applications somewhat sparse. Lately I implemented and tested channel workers so I feel I...
I'm not sure this can be fixed - maybe a warning in the docs is the least there can be done. As far as I understand there is no way...
The docs state > Use redis as backend for the limiter > limiter = Limiter(key_func=get_remote_address, storage_uri="redis://:/n") The limits [async docs](https://limits.readthedocs.io/en/stable/async.html), however, say that you have to construct the uri like...
Hi, Not sure if this is a bug or if I'm doing something wrong here. I'm trying to establish a persistence session with my subscribing client. Using protocol version 3...