Peter Bittner
Peter Bittner
Would it make sense to check on a list being used for `MIDDLEWARE` and `INSTALLED_APPS`? ## Motivation Django originally used tuples for `INSTALLED_APPS` and `MIDDLEWARE_CLASSES`. That's why, when projects are...
_Dato_ che mi trovo su https://www.pycon.it/en/call-for-proposals/ (NB lingua inglese) _Quando_ clicco sul bottone `Submit a proposal` _Allora_ arrivo sulla pagina "Invia un nuovo talk" che non è più in inglese...
> **Disclaimer:** I think this issue has been discussed before, but I can't find any trace of it. So, forgive me if there is actually a duplicate somewhere. ## Hackable...
## Problem docopt-dispatch sends the full kwargs dictionary to dispatched functions. When several CLI calls are specified, not all values are relevant to the dispatched function, though. ## Proposed solution...
django-lazysignup fails to run (at least) since Django 4.0, mostly due to code removed from the Django code base, what was announced since Django 3.1. This PR provides the fixes....
**Describe the bug** When installing Codium as a snap (on Ubuntu) the installed desktop shortcut allows a user to find Codium by searching for "code" or "vscode", but not "codium",...
**Describe the bug** tox-gh-actions uses a colon `:` in the version = factor mapping, which causes Tox to interpret the left part (`version`) as "additional environments". See https://github.com/tox-dev/tox/discussions/3014 for details....
- YubiKey Manager (ykman) version: 5.0.0 - How was it installed?: `pip install yubikey-manager` (latest from PyPI) - Operating system and version: Ubuntu Linux 18.04.6 LTS Bionic (and higher) -...
## Description Consolidates the `git rebase` aliases thus fixing the unintended overloading of `grm`. `gdel` is outphased as an unclear, non-intuitive sibling of `gbD` (git branch --delete --force). ## Motivation...
Adds a short Git alias for `git show --name-only`, which list the files affected by the changes only (instead of the full diff). ## Description The Git command `git show...