Peter Bittner
Peter Bittner
[Kraken](https://kraken.tech) is the tech company that runs [Octopus Energy](https://octopusenergy.it/). They were present at [PyCon Italia](https://pycon.it) with a booth, in the last few years. Many, if not all, of their [engineering...
Replaces the stale PR #409. Closes #409
The settings dialog currently uses s drop-down menu for the application language and the interface appearance, which feels a bit dated. It would be nice if the settings dialog could...
**Describe the bug** On the GNOME desktop (v47, NixOS 25.05) it's difficult to type text in tablet mode. - When you try to add text on the drawing canvas with...
Fixes a funny translation. - Schwellwert = value that relates to a swelling - Schwellenwert = value that relates to a threshold ## Resources - [Duden: Schwellenwert](https://www.duden.de/suchen/dudenonline/Schwellenwert) - [LEO: Schwellenwert](https://dict.leo.org/german-english/Schwellenwert)...
Inheritance can make code cleaner by applying the DRY principle, but occasionally it comes at a price. With some limited code duplication and composition instead of inheritance we can reduce...
Release 1.5.0 saw the experimental addition of [PageObjects](https://github.com/behave/behave-django/blob/main/behave_django/pageobject.py). Technically, this uses BeautifulSoup to parse the HTML content of pages rendered by a Django LiveServer. @valentinogagliardi has recently developed [unbrowsed](https://github.com/valentinogagliardi/unbrowsed), an...
Linters like [PyMarkdown](https://pypi.org/project/pymarkdownlnt/) complain about the license comment starting Markdown documents. ``` README.md:1:1: MD041: First line in file should be a top level heading (first-line-heading,first-line-h1) ``` While the `reuse` tool...
Migrates the packaging setup to `pyproject.toml`, finally, and updates the CI setup (GHA) targeting the [currently latest Django versions](https://www.djangoproject.com/download/) and their related Python versions. - Replaces Flake8 and isort by...