Mark Bakhit
Mark Bakhit
Things have been moving slowly on https://github.com/jazzband/help/issues/196, which has made it difficult/impossible to fix our broken CI. This subsequently has caused us to be hesitant of [significant overhauls](https://github.com/jazzband/django-dbbackup/issues/423) to django-dbbackup...
Currently this plugin assumes that any section without a nav title is a section index. This is an implicit assumption, and a fairly annoying one sometimes. It would be better...
# This PR has resulted in a fork: [`ServeStatic`](https://github.com/Archmonger/ServeStatic) ## Tasks - [x] Create async whitenoise class - [x] Use `aiofiles` for asynchronous file handling - [x] Async Django Middleware...
### Environment * VS Code version: 1.53.2 * Autoprefixer plugin version: v3.0.1 * Operating System: Windows 10 ### Actual behavior [See here](https://gyazo.com/7a66260fbdb72589976d73406349b92c) ### Expected behavior In order to prevent adding...
## Description After a bit of thinking, I've determined a way to implement async support in the most minimal way possible. By creating an `AsyncRequestHandler` and having variants of the...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Expected feature There are a few broken links in the docs - quickstart...
### Is there an existing issue for this? - [X] I have searched the existing issues ### Expected feature Async support. ### Possible Solutions Use [`aiohttp`](https://pypi.org/project/aiohttp/) to add async support....
We're missing a few exception types compared to [aiopyarr](https://github.com/tkdrob/aiopyarr). - [ ] InvalidCommand - [ ] CannotCancelCommand
`PipelineCachedStorage` is gone from django 3.1+, and the docs should be updated to reflect that.
A lot of Django applications have been using async/threading on Django Channels (ASGI). Unfortunately the the CPython profiler does not provide detailed profiling for async or threaded applications. However, Yappi...