Open Issues Need Help
View All on GitHub DeprecationWarning on use of register_domain 2 months ago
help wanted good first issue
Python DNS Name Server Framework
Python
#dns#dns-server#framework#python#python-dns#python-framework#python-library#python3
Missing `datetime` import in `_version` breaks CLI 2 months ago
AI Summary: Users are encountering a `NameError` when running the `nserver` CLI, specifically due to a missing `datetime` import in the `nserver/_version.py` file. The traceback indicates that `datetime.datetime.utcfromtimestamp` is called without `datetime` being defined, and the user's proposed fix is to add `import datetime` to that file.
Complexity:
1/5
bug help wanted good first issue
Python DNS Name Server Framework
Python
#dns#dns-server#framework#python#python-dns#python-framework#python-library#python3
documentation enhancement help wanted good first issue
Python DNS Name Server Framework
Python
#dns#dns-server#framework#python#python-dns#python-framework#python-library#python3