Olli

Results 41 comments of Olli

The dbus service is not running because the Gnome Shell is not running. This can only be fixed by running the Gnome Shell (which you don’t want when running i3)....

On MariaDB I went ahead and fixed most of these warnings ``` [W] Table system_setting Column version db default is , struct default is 1 [W] Table email_address Column lower_email...

H2 version 2.3.230 is out by now.

It would be awesome to have support for this in Qutebrowser as that is the only reason for me to use a different browser for certain websites.

I actually started working on this and have some working code already. With some work on the prompt I will hopefully be able to submit a PR by the end...

Okay, looks like I need to adjust the code to work with Python 3.9 (e. g. pattern matching was introduced in 3.10) and add a check for Qt 6.7, which...

Thanks for your feedback, @The-Compiler. I will work on your suggestions.

> any updates on this pr? @nukdokplex, I am still working on the suggested code changes and on fixing the tests and hope to push something by the end of...

I struggle with these two items: * Several tests for the question/dialog functionality are failing due to timeouts. What am I missing? * What is the appropriate way to limit...

> As for " I wrapped QWebEngineWebAuthUxRequest in a try-except block and set a boolean. That works in code but does not seem to satisfy the tests", which tests do...