Roman Donchenko
Roman Donchenko
I'm interested in using Pushpin to transparently handle certain HTTP requests by background jobs. The workflow is basically like this: 1. When the HTTP request comes, I start a background...
### Description For the same reasons as described in C417, it would also make sense to have a checker that suggested similar changes for `filter` used in conjunction with `lambda`,...
The table form of `project.license` and license classifiers are deprecated.
In [the docs](https://urllib3.readthedocs.io/en/2.3.0/reference/urllib3.util.html#urllib3.util.Retry.RETRY_AFTER_STATUS_CODES), it says: > `RETRY_AFTER_STATUS_CODES = frozenset({413, 429, 503})` > Default status codes to be used for `status_forcelist` But this doesn't seem correct. `status_forcelist` defaults to `None`. Looking...
On https://peps.python.org/pep-0376/ there's a notice that links to [Core metadata specifications](https://packaging.python.org/en/latest/specifications/core-metadata/#core-metadata). However, the spec that corresponds to this PEP is actually [Recording installed projects](https://packaging.python.org/en/latest/specifications/recording-installed-packages/).
This is something that I probably won't be able to fix any time soon, so I wanted to document it here. According to the Sup'R'Terminal manual, you should be able...
### Motivation and context Fix all new findings and remove words from the custom dictionary that have been added to the upstream dictionary. ### How has this been tested? ###...
### Motivation and context There are a few small utilities in newer Django that I'd like to make use of. Plus, of course, support for 4.2 expires in a few...
The `email` field in `RegisterSerializer` currently has no maximum length: https://github.com/iMerica/dj-rest-auth/blob/545fd1f4c9ae570216989a8f5a563dd938e038af/dj_rest_auth/registration/serializers.py#L230 Seems like it should be set to `allauth_account_settings.EMAIL_MAX_LENGTH`, so that registration requests with overlong lengths get rejected early.
Currently, the only way to change pushpin settings is to edit the config (or use a custom config file). This isn't very convenient, especially when using the Docker image. You...