Peter Wienemann
Peter Wienemann
acme-dns returns NXDOMAIN for A records of existing subdomains rather than NOERROR with empty answer
If acme-dns is accidentally asked for an A record rather than a TXT record of an existing subdomain, it returns NXDOMAIN which might be cached for one day (due to...
It would be nice if you could provide `install_requires` in the `setup.py` file to specify the requirements. There are tools (like `pip`/`pip3` and Debian's `dh-python`) that use the dependency information...
The present sphinx configuration leads to sources being included in the html build inside the `_sources` directory (because `html_copy_source` is set to `true` by default). Inside this directory the file...
I see a number of releases in the [pypi release history](https://pypi.org/project/pyjsparser/#history) but no corresponding release tags in this repository. Would it be possible to add release tags?
For me `js2py.test_internals` fails: ``` ImportError: Failed to import test module: js2py.test_internals Traceback (most recent call last): File "/usr/lib/python3.7/unittest/loader.py", line 436, in _find_test_path module = self._get_module_from_name(name) File "/usr/lib/python3.7/unittest/loader.py", line 377,...
Building `ssldump` version 1.8 using OpenSSL 3.0 results in a number of deprecation warnings of the following kind: ``` //ssl/ssldecode.c: In function ‘ssl_process_client_key_exchange’: //ssl/ssldecode.c:670:7: warning: ‘RSA_get0_key’ is deprecated: Since OpenSSL...
**Is your feature request related to a problem? Please describe.** It occasionally happens that events do not take place in a booked room and this only becomes clear around the...
This makes ncrack build with zlib version 1.3.
On Debian unstable I get the following unit test errors: ``` test_multiple_emails (verify_email.tests.test_verify_email.TestVerifyEmail.test_multiple_emails) ... /usr/lib/python3.12/asyncio/base_events.py:726: ResourceWarning: unclosed event loop _warn(f"unclosed event loop {self!r}", ResourceWarning, source=self) ResourceWarning: Enable tracemalloc to get...
`tests/test_cache.py` yields the following syntax warning starting with Python 3.12 (tested using Lark 1.2.1): ``` /path/to/lark/tests/test_cache.py:150: SyntaxWarning: invalid escape sequence '\w' ``` See https://github.com/lark-parser/lark/actions/runs/10367391039/job/28698690278 for an example.