Florian Bruhin

Results 379 issues of Florian Bruhin

https://github.com/pytest-dev/iniconfig/releases has a single v2.0.0 "unicode maniac" release but v2.1.0 is not released there. This means GitHub will show this on the repo frontpage: ![Image](https://github.com/user-attachments/assets/2787840e-9de5-4975-9ffd-2a5da1390bdb) IMHO either that issue should...

After upgrading to Paperless 2.15 and thus pypaperless v4, I was unable to find out how I can append custom fields to a document. #382 says: > `document.custom_fields` is now...

enhancement

The documentation lists a [relatively small list](https://requests.readthedocs.io/en/latest/api/#exceptions) of exceptions, among them: > exception `requests.URLRequired(*args, **kwargs)` > A valid URL is required to make a request. which would imply that passing...

Someone in a pytest training of mine was surprised that: ```python import pytest @pytest.mark.parametrize("a", ["a1", "a2"]) @pytest.mark.parametrize("b", ["b1", "b2"]) def test_permutations(a, b): ... ``` results in pytest collecting: - `test_permutations[b1-a1]`...

topic: parametrize

As demonstrated by #12888 and #13170, there is subtly different behavior regarding to input with uv-managed Pythons from [python-build-standalone](https://github.com/astral-sh/python-build-standalone), as those [use `libedit` instead of `readline`](https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html#use-of-libedit-on-linux). The existing tests in...

type: infrastructure

**Version info**: ``` qutebrowser v3.5.1 Git commit: a45d57fee-dirty on main (2025-06-06 12:53:10 +0200) Backend: QtWebEngine 6.9.1 based on Chromium 130.0.6723.192 with security patches up to 136.0.7103.114 (plus any distribution patches)...

- [HowDoI/DBusApplicationLaunching – GNOME Wiki Archive](https://wiki.gnome.org/HowDoI/DBusApplicationLaunching) - [D-Bus activation from desktop files](https://lists.freedesktop.org/archives/xdg/2013-June/012828.html) - [D-Bus Activation | Desktop Entry Specification](https://specifications.freedesktop.org/desktop-entry-spec/latest/dbus.html) - e.g. supported by Rofi: [[DRun] If indicated by .desktop file,...

component: ipc
priority: 1 - middle

windows-2019 is deprecated: https://github.com/actions/runner-images/issues/12045 Will still keep it for the v3.5.1 release, but after that we should upgrade. According [to Wikipedia](https://en.wikipedia.org/wiki/Windows_Server_2022): > Windows Server 2022 is based on the "Iron"...

component: infrastructure
priority: 0 - high

With [pipenv](https://docs.pipenv.org/) getting more and more popular, and [requires.io](https://requires.io/) and [pyup.io](https://pyup.io/) gaining some initial support (https://github.com/pyupio/pyup/issues/197), maybe it's time to look into whether that makes our workflow easier. Right now,...

component: style / refactoring
component: infrastructure
priority: 0 - high

- Schedule: [Qt 6.10 Release - Qt Wiki](https://wiki.qt.io/Qt_6.10_Release) - API review: [[QTBUG-137478] Qt 6.10 API Change Review - Qt Bug Tracker](https://bugreports.qt.io/browse/QTBUG-137478) - Issues: [Issue Navigator - Qt Bug Tracker](https://bugreports.qt.io/issues/?jql=project%20%3D%20QTBUG%20AND%20status%20in%20(Open%2C%20%22In%20Progress%22)%20AND%20fixVersion%20in%20(6.10%2C%206.10.0)%20AND%20component%20%3D%20WebEngine) -...

qt