FriedrichFroebel

Results 215 comments of FriedrichFroebel

Thanks for the further explanations. As already mentioned, this would be nice to have, but I understand that it might be hard to cover the different use cases for plugins....

Using the latest `streamdeck_ui==2.0.15` and `streamdeck==0.9.3` gives the following exception inside the terminal when connecting the pedal: ```python3 Exception in thread Thread-3 (_run): Traceback (most recent call last): File "/usr/lib/python3.10/threading.py",...

In the easiest case, just remove the corresponding line. AFAIK the corresponding `linesize` variable is unused anyway. You are left with the error from #46 afterwards, which breaks compatibility with...

Please provide a complete traceback.

There seems to be an option for this now: https://coverage.readthedocs.io/en/7.0.0/config.html#report-include-namespace-packages

While this might a workaround, this has the side effect of removing `gwenview` in my case (KDE Plasma 6.0.4 running on Qt 6.7.0 using Wayland on an Ubuntu 22.04 base).

This does not seem to work reliably and still raises the deprecation warning. `bottle.TEMPLATE_PATH` is `['./', './views/', 'brother_ql_web/views']`. It seems like `bottle.Jinja2Template.loader` resolves the name to `/home/me/git/brother_ql_web/brother_ql_web/views/testing.jinja2` and thus https://github.com/bottlepy/bottle/blob/40aec5d4cca6ff4fbd73f4080554580fe4f5c212/bottle.py#L3383...

As you can see from the traceback, this is an issue in the `bottle_sqlite` plugin and should be reported there. Nevertheless, the repository over there already has three unmerged PRs...

@matmair I have already been aware of this fork due to one of your (misplaced) PRs against this upstream repository (which led to the creation of this issue to be...

Yes, I am aware that sufficient automated tests mean lots of work, but at least for me increases the trust for the actual code and when doing any changes/refactoring. For...