Frank Sachsenheim

Results 69 issues of Frank Sachsenheim

i was attempting to refactor the contents of `webapp/src/main/webapp` in order to have the `digicat.html` from `jquery` live in the root and to separate concerns (markup, javascript, styles). yet, the...

enhancement
low-priority

please note that i am posting the following text / issue description to various projects that i'm (considering myself to be) significantly involved with. in fact it is about a...

i think the code base can improve a lot by employing these tools as formatters and linters: - [black](https://pypi.org/project/black/) - [flake8](https://pypi.org/project/flake8/) - [isort](https://pypi.org/project/isort/) - [mypy](https://pypi.org/project/mypy/) - while the project is...

ciao, thanks for implementing and publishing this extension! i have this config in the `conf.py`: ```python autodoc_default_options = { "inherited-members": True, "members": True, } ``` and within the `autoclass` directives...

in order to comply with the GDPR i want to delete unneeded user-generated data. unfortunately Django isn't properly set up in the container. setting the `DJANGO_SETTINGS_MODULE` environment variable might just...

feature

after looking at the code's docstrings, i understand that there is unsufficent embedded documentation to build an API documentation. Maybe you want to keep this issue open for others that...

the `extras` field related part of the [entrypoints data model description](https://packaging.python.org/specifications/entry-points/#data-model) currently states: > Using extras for an entry point is no longer recommended. Consumers should support parsing them from...

type: enhancement
component: specifications

this just fixes a grammatical error in the german translation.

PEP 440 [allows](https://www.python.org/dev/peps/pep-0440/#public-version-identifiers) version strings like this: `0.1b2.dev3`. it would be neat to have the `Version` class and the `validate` function would support these when passed an option to parse...

Type:NewFeature
Status:DesignNeeded
Topic:PyPI

by [this comment](https://github.com/lxml/lxml-stubs/blob/master/lxml-stubs/etree.pyi#L62-L67) i felt strongly encouraged refactor code in order to use an empty string as key for the default namespace in a namespace mapping, but soon found inconsistencies...