Nicholas Hairs
Nicholas Hairs
**What is the name of your project?** NServer **What is the repo URL?** https://github.com/nhairs/nserver **Is there anything else I should know about the code?** No. Hopefully any questions you have...
Hi, thanks for this package - loving the aesthetic of the generated images. When running my own tests the following warning is being thrown: ` /code/.tox/py311/lib/python3.11/site-packages/randimage/coloredpath.py:13: MatplotlibDeprecationWarning: The get_cmap function...
This PR adds Python 3.7+ compatible type annotations (dropping support for
It would be good if `dnslib` added and exposed typing information so that calling libraries can check they are passing the correct types. To support inline type hints would require...
# Foreword This PR is a continuation of #1611 building upon the existing work of @pypae # Summary This PR addresses multiple issues mentioned in #1068 to improve the `ProxyHeadersMiddleware`....
When running my own tests the following warning is thrown: ` /code/.tox/py311/lib/python3.11/site-packages/imageio_ffmpeg/_utils.py:7: DeprecationWarning: pkg_resources is deprecated as an API. See https://setuptools.pypa.io/en/latest/pkg_resources.html ` The fix appears to be to use [`importlib.resources`](https://docs.python.org/3.11/library/importlib.resources.html#module-importlib.resources)
## Problem explanation The `stream` package does not expose typing information. Taking a brief look at the code, the code does not use type-hints internally, so it's not as simple...
The typing information in this library is not available for projects that import it. This is because it does not comply with [PEP 561](https://peps.python.org/pep-0561/) which requires a `py.typed` file in...
There doesn't seem to be any activity and there is a build up of issues and PRs. @madzak, @peritus: Do you intend to continue to maintain this package? Do you...
It would be good if `parsedmarc` added and exposed typing information so that calling libraries can check they are passing the correct types. In theory this shouldn't be too difficult...