Karl Knechtel
Karl Knechtel
# Feature or enhancement ### Proposal: ## Problem description In more recent versions of Python, for uncaught `NameError`s and `AttributeErrors`, the system tries to suggest names that might have been...
### Checklist - [X] I agree to follow the [Code of Conduct](https://github.com/flatpak/flatpak/blob/main/CODE_OF_CONDUCT.md) that this project adheres to. - [X] I have searched the [issue tracker](https://www.github.com/flatpak/flatpak/issues) for a bug that matches...
### Project to be claimed `turtle`: https://pypi.org/project/turtle ### Your PyPI username `zahlman`: https://pypi.org/user/zahlman ### Reasons for the request I believe that this project has an invalid name, in accordance with...
This changeset migrates the project to the new standard for building projects, described in [PEP 517 – A build-system independent format for source trees](https://peps.python.org/pep-0517/), and makes the implementation of the...
# Checklist - [X] I have checked the [issues list](https://github.com/celery/celery/issues?q=is%3Aissue+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22) for similar or identical enhancement to an existing feature. - [X] I have checked the [pull requests list](https://github.com/celery/celery/pulls?q=is%3Apr+label%3A%22Issue+Type%3A+Enhancement%22+-label%3A%22Category%3A+Documentation%22) for existing...
## Description of bug / unexpected behavior When creating Arcs for large angles, the control point calculation gives noticeably inaccurate results. Even for the built-in circle drawn with 8 arcs...
### Issue Description I'm writing a build backend which aims to deliver these key features relevant to the discussion (among others): 1. Sdists will only contain static metadata; 2. The...
Hi, I'd like to offer a direct installation model for this project. In my model, a wheel would be published on PyPI , which could be directly installed into a...
### Issue Kind Brand new capability ### Description When packages are installed via `poetry install` (or, I assume, `poetry sync`), in cases where a source distribution must be used, Poetry...
These changes allow the project to go forward following modern packaging standards, entirely dropping dependency on running arbitrary code from `setup.py` (which is normally not required for pure Python projects)....