Carlton Gibson
Carlton Gibson
Hi. Thanks for the great work! We had an issue reported on Django, where `colorama.init()` was triggering an error with `mod_wsgi`. * [Django issue](https://code.djangoproject.com/ticket/32740) * [Follow-up on `mod_wsgi`](https://github.com/GrahamDumpleton/mod_wsgi/issues/675#issuecomment-840181867) On the...
This is checked at startup in get_reloader(). The runtime check ties the implementation to Watchman excessively. Hey @orf 👋 — can I ask for your thoughts here? I was looking...
f72addf00609a4955c107e43a2888569ae1d1cf4 adjusted the actions workflow, leaving a couple of TODOs commented out. - [ ] Notifications - [x] Dependency Caching - [x] Notifying codecov. Each one can be uncommented in...
> The `get_running_loop()` function is preferred to `get_event_loop()` in coroutines and callbacks.
As per https://github.com/django/daphne/issues/264 — Daphne lacks Lifespan support, and shouldn't now be labelled the _reference_ implementation. Just a wording tweak to that effect.
🚨 Testing wanted: see the comment below 🚨 I've begun work on the next major version, which will be v4.0. I'm looking to release early-September 2022. The main highlights will...
Particularly the config options for the two channel layers would (I think) benefit from being separated.
As part of Channels 4.0 it would be nice to break the hard dependency on Daphne. See * https://github.com/django/channels/discussions/1643 * [Adding ASGI Support to Runserver - Django Internals - Django...
#422 ports the old `ASGI_THREADS` logic from `asgiref`. (C.f. #319) Improvements: * Move the initialisation of the default executor into `Server.run()` ([when configuring the loop](https://github.com/django/daphne/blob/6199d509c200cdd5102b39a3461a62984adebaf7/daphne/server.py#L131)). * Adjust the test from...
For things like the JetBrains promotion, and the #BLM banner, we added HTML looking like this: ``` {% block billboard %} ... ``` We should have a CSS declared for...