Mark Bakhit

Results 362 comments of Mark Bakhit

+1 vote to adding Kludex as a maintainer, if additional help is needed.

@moagstar do you have time to address @auvipy 's change requests?

What is the proper procedure for introducing this as an ASGI spec change? Should I create an informal GitHub issue within `asgiref`? Apologies for my inexperience with the Django team's...

Yup, going back to the old org would be the simplest solution. We originally moved orgs to increase the amount of maintainers, however, we don't want a re-org that negatively...

[Django Commons](https://github.com/django-commons/) seems to be a new potential option for this repo.

The repository has been transferred out of Jazzband to my username for now. Will keep an eye out for Django commons since it seems to be the "best fit" at...

Closing this issue, as your provided example was fixed by PR https://github.com/Archmonger/django-dbbackup/pull/383 and released in [version 4.2.1](https://github.com/Archmonger/django-dbbackup/releases/tag/4.2.1). However, Copilot detected some more complex edge cases where JavaScript literals could cause...

@Kludex I've removed Granian from this PR. Let me know if there's anything else blocking merge.

ServeStatic [started as a fork of WhiteNoise](https://github.com/evansd/whitenoise/pull/359) to add ASGI, and as such supports all the complex features and auto-configuration that comes with it. On the downside it means our...

To answer your question: Yes this it is possible to pull out [database related features](https://github.com/jazzband/django-dbbackup/tree/master/dbbackup/db) into a separate package. While I personally don't have plans to do this, you are...