Sébastien Corbin

Results 97 comments of Sébastien Corbin

I like the proposition, but I fear we are locking ourselves in StreamBlocks, it would be nice to have this feature for normal fields, maybe through a `SettingsPanel`?

As per [Status of Python versions](https://devguide.python.org/versions/), we can drop support for python 3.9

And I assume that having a built-in updater is antinomic with being released on GooglePlay?

Thanks for your reply, when I hit the app shortcut, it just won't start (endless loading), the syslog show the same error: ``` 2025-05-14T11:57:53.138196+02:00 thinkpad-t14 systemd[2144]: Started app-gnome-net.openvpn.openvpn3_indicator-709994.scope - Application...

So setting temporarily `pyenv global system` then starting indicator solves the issue, but the shebang could be improved?

Changed the `Exec` in `/usr/share/applications/net.openvpn.openvpn3_indicator.desktop` to ``` Exec=env PYENV_VERSION=system pyenv exec openvpn3-indicator ```

Given `respx` is in charge of returning the correct response, checking that would not be pertinent. `assert_called_*_with()` here would just check, as stated in the description, _how httpx would have...