Adam Johnson

Results 319 issues of Adam Johnson
trafficstars

I find it weird that asgiref's docs folder documents ASGI, and the `asgiref.sync` module is documented over in Django (3.1+ only). I think it would be better to pull the...

PR #946 added support for nested `URLRouter` instances, but without support for `path()` in this case. It would be nice to add that support. There's a lot of discussion on...

Following discussion in #62, realized this field is out of sync, we can retrieve the information from Git, and several DEP's never had the field.

One can press the / key to focus the search box, but this is a secret feature. We should surface this - perhaps as easy as changing the search box's...

accessibility
new feature
docs
search
good first issue

A user on IRC reported visiting `https://docs.djangoproject.com/en/3.1/intro//tutorial01/` and finding the links to other parts of the docs, such as the settings link, broken. This is because the links sphinx emits...

I found the changelog notes by comparing the GitHub releases ( https://github.com/jupyter/jupyter_client/compare/5.2.3..5.2.4 ), but it seems the change to the file is not on the `master` branch, only `5.x`, and...

I just looked to adding this to a project, I was surprised to read that only Django up to 1.8 is supported on: http://django-vanilla-views.org/#requirements . This isn't the case on...

0.6 was just released on PyPI but CHANGELOG.rst only goes up to 0.4 😢

It would be useful to use `python–modernize` in CI setups if it could fail when changes are required. Currently the return code is always 0 unless an error occurred during...

enhancement