Adam Johnson
Adam Johnson
Even if it's the former, I believe it's out of sync for most of them.
@felixxm thoughts?
When I post a snippet on twitter it's an image, but copied out of the relevant blog post. Indexing code from blog posts on django snippets could be a neat...
I meant that snippets from blog posts could be copied into django snippets with a link back to the source post which should fully explain the code.
Python 3.8 changed the default multiprocessing start method on macOS from 'fork' to 'spawn'. I'm seeing some breakage using the tests from the Channels tutorial such as: ``` ====================================================================== ERROR:...
Wasn't aware that Django test suite doesn't work in parallel on 3.8+ either. I should be able to look into this whilst working on client project using channels with most...
We could consider changing the key binding, yes. "/" is "quick find" in firefox, so it's an annoying collision. I notice that some sites e.g. Tailwind use ctrl-k/command-k, which is...
Just noticed that MDN also uses Command-K / Ctrl-K. I think we should copy this convention.
I agree, no need to add a specific log rotation feature. Process managers are the right layer to solve that at. Systemd, supervisor, etc. all do it for you. Moving...
I tried to approve another feed yesterday and it also failed - is that the error you saw? Could you share a stack trace?