Kound
Kound
**Is your feature request related to a problem? Please describe.** Recently some possible misuses of unicode characters were described. See [PEP 672](https://www.python.org/dev/peps/pep-0672/) for a description. **Describe the solution you'd like**...
## Describe your use-case Newer MyPy Version require packages to support [PEP 561](https://www.python.org/dev/peps/pep-0561/) to be considered typed. It would be great if there is switch to enable typing support for...
- fixes #1377 Checklist: - [x] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs, in...
Allow custom autoescape functions as result of the autoescape function parameter for the Environment
I am currently trying to build an app that generates PDFs based on LaTeX imports. For this I use [django extensions](https://github.com/weinbusch/django-tex) that renders the LaTeX file and also provides the...
In my opinions polls are per definition short lived. There should be no reason to keep them longer as needed to establish an result. To increase privacy, the user should...
We wrap our secret a in special subclass of string, that prevents leaking confidential information in some circumstances (i.e. stack traces) etc. The current implementation of the header checks does...
### Infos: * Used Zammad version: 5.2.1 * Installation method (source, package, ..): package * Operating system: Centos7 * Database + version: Postgresql 14 * Elasticsearch version: 7.17.5 * Browser...
**Bug Report** If Literals are given as Unions they aren't accepted as TypedDict Keys **To Reproduce** ```python from typing import TypedDict, reveal_type, Final, Literal, TypeAlias, get_args from datetime import datetime...
It would be awesome if pytest-regression would show the clarity diff provided [pytest-clarity](https://pypi.org/project/pytest-clarity/) if pytest-clarity is installed. Maybe it only has to be changed in a way to use the...
Currently: https://github.com/CarliJoy/django-pint/blob/75e516a819a16422b93bad873e064a3ce179a927/src/quantityfield/fields.py#L206 is not covered in tests. It would be nice to look in django test to figure out some tests that would test the localization of the field. @cornelv...