Patrick Rauscher
Patrick Rauscher
According to https://github.com/psf/requests/blob/2d5517682b3b38547634d153cea43d48fbc8cdb5/requests/models.py#L170 It should be possible to provide `files={"fieldname": ("filename", [bytes-object])}`, but since the last update of mypy this fails with ``` packet_analyser/daemon/uploader.py:78: error: Argument "files" to "post" has...
### NetBox version v3.2.4 ### Feature type New functionality ### Proposed functionality While netbox provides one configuration option to specify a different `BASE_PATH`, It does not set the `CSRF_COOKIE_PATH`, `LANGUAGE_COOKIE_PATH`...
Hello everyone, after updating to mypy 0.981, i received a mypy error for multiprocessing.Value: ``` from multiprocessing import Value import ctypes mapper = Value(ctypes.c_float, float("nan")) mapper.value = 2.3 # error:...
Suppose your provider uses RFC 2317 (or RFC 4183 for that matter). The output of nslookup could look like the following: ``` 2.120.22.172.in-addr.arpa canonical name = 2.0/26.120.22.172.in-addr.arpa. 2.0/26.120.22.172.in-addr.arpa name =...
Hello, I just figured out that using `csp_update` can result in a problem: If you (for some reason) specified a hash in the global CSP-Configuration for script-src, the introduced `'unsafe-inline'`...
With the new setting "ignore" it is possible to specify a list of buffers which should be ignored on highlights. I use this for my bitlbee-buffers to avoid double notifications...
# Bug report ## What's wrong Since version 5.0.0 (probably since #2000), the following code fails: ```python from django.contrib.auth.models import AbstractUser class User(AbstractUser): class Meta(AbstractUser.Meta): # error: Name "AbstractUser.Meta" is...
as `ENV` persists in the created images, this clutters environments of many running containers, making printenv more complicated to read and possible making debugging harder. This PR marks the following...
Since cryptography supports signing and encrypting mails for smime, there should be an (easy) way to verify smime-certificates before using in encryption. This is possibly a duplicate of #11165, which...
- [ ] This is a bug report - [x] This is a feature request - [x] I searched existing issues before opening this one ### Expected behavior [Documentation of...