Ari Entlich
Ari Entlich
I have just come across a website which balks at some of the special characters that PFP uses in its passwords. Specifically, this is the message I get: ``` Ensure...
I was recently fixing a bunch of flake8 violations in a project. Two such failures were `B006` and `B008`, from [PyCQA/flake8-bugbear](https://github.com/PyCQA/flake8-bugbear). The way I like to fix these is to...
Unless I missed it, this specification doesn't specify the contents of the response body when a non-well-formed GraphQL-over-HTTP request is received, only specifying the response status codes to use. I...
### Suggestion I would like to have a new setting wherein files can be set to "download only first and last" - i.e., only the first and last portions of...
`--decode-level=generalized` is specified [in the documentation](https://qpdf.readthedocs.io/en/stable/cli.html#option-decode-level) as being the default, but this functionality is broken. https://github.com/qpdf/qpdf/blob/8f54319f7a6514110f4b05cbbf1cb1c9fc8cb6a0/libqpdf/QPDFJob.cc#L2876-L2878 As shown above, the decode level value from the command-line arguments is only transferred...
There is already a special case for disabling path conversion with strace in the patch series (https://github.com/msys2/msys2-runtime/commit/916afdca1a3693de1482571e99bef0b1b12998be), but it only applies to environment variables. The message on that commit seems...