Alan Crosswell

Results 34 issues of Alan Crosswell

https://github.com/django/django/pull/8924 plans on making the default `id` in django core be a `BigAutoField`. Migrating existing models will break here: https://github.com/michiya/django-pyodbc-azure/blob/549026d0f6b031f69ca27f0a488cfe2266677f10/sql_server/pyodbc/schema.py#L129-L133

**Describe the bug** In watching multiple PRs after I've approved them, it appears to take a long time for the `success` job to start after the last step of the...

bug

**Describe the bug** In DOT 2.x the client_secret is now stored hashed. Documentation (including warning text in the HTML template) was added for the admin UI but was missed for...

bug

Please enable GitHub Discussions for django-oauth-toolkit. Thanks!

question

The default filename for archive downloads from github just contains _tagname_.tar.gz. For example v3.10.0.tar.gz. I prefer a proper name like aprsdigi-3.10.0.tar.gz, especially given since _tagname_.tar.gz actually untars into aprsdigi-_tagname_/ and...

**sdrtrunk Version** master-branch **Describe the bug** Audio for p25 channels does not play for most if not all channels in master nightly build. **To Reproduce** Steps to reproduce the behavior:...

bug

Fixes # ## Description of the Change Switch to drf-spectacular for schema generator. Still need to implement JSONAPI changes. ## Checklist - [x] PR only contains one change (considered splitting...

**Describe the bug** When using a somewhat complex permission classes statement that uses boolean operations as shown below, the iteration over the list of `permission_classes` misses the oauth2 permission classes...

Per discussion in [this Slack #general thread](https://carpentries.slack.com/archives/C03LE48AY/p1723222599583199?thread_ts=1720546103.358779&cid=C03LE48AY) this is a first crack at replacing Anaconda as the Python & Jupyter Lab installer. It instructs the student to: 1. Download and...

status:wait