Martijn Pieters
Martijn Pieters
I use version strings that allow for updates to minor versions, such as: ``` importlib_metadata = { version = "^1.3.0", python = "< 3.8" } ``` The version restriction is...
Issue #3888 correctly identified Location headers as *usually* containing UTF-8 codepoints (when not correctly URL encoded), but this is not always the case. For example the URL http://www.finanzen.net/suchergebnis.asp?strSuchString=DE0005933931 redirects to...
We use [nitpick](https://github.com/andreoliwa/nitpick/), project that lints linter and formatter configurations (a meta linter, if you will). This project in turn uses cachy to handle caching of remote style definitions. Because...
I just had to switch a project that uses `cachy` to an earlier Python release (from 3.9 to 3.7), and now that project's build failed with: ``` Traceback (most recent...
Someone found that when using `httpx` rate limited by `aiolimiter` with a large number of active tasks, `httpx` requests have a hard time getting going. The more tasks are started,...
### Environment: - Fail2Ban version : 0.10.2-2.1 - OS, including release name/version : Debian 10.12 (buster) #### Service, project or product which log or journal should be monitored - Name...
Please add support for exposing all information contained in [SSH certificates](https://github.com/openssh/openssh-portable/blob/master/PROTOCOL.certkeys), as well as generating new keys. Currently, the [SSL public key loader](https://github.com/pyca/cryptography/blob/f0b2269f7221f06aacf883b58577ffc9627e7522/src/cryptography/hazmat/primitives/serialization/ssh.py#L648-L690) does load, but then _discard_ certificate information....
## Short description Dephell hits an infinite recursion issue when trying to install flake8-isort, pylint and isort together, when all three are un-pinned. ## Output ```$ dephell deps install INFO...
Please support `operationId:` and `operationRef:` as additional fragment identifiers to move the view to a specific operation. I believe that this could be implemented with a `hashchanged` event handler. *...
Currently, the `README.md` file lists all tables with their full table comment. I'm putting a lot of info in some of my table descriptions, including SQL code blocks. These render...