Ville Viitaharju

Results 23 comments of Ville Viitaharju

How about "faking" the icon state/color after it's being pressed? That way it would be instant (for user). And then update tile correctly after that ~20s delay. And I personally...

Same problem here, and also on 5120x1440 monitor. > Usually happens if I accidentally click the edge of the window and let go immediately. And this is the most common...

Installed this skin https://github.com/pannal/skin.estuary_plex And develop version of this repo, I was able to hide osd when unpausing video.

> Side note, resetting your password seems to be a backdoor to logging in with an unverified account. Can confirm this. Just logged in to another instance and was wondering...

Thanks for that! I'll have to try and configure with your configurations, and modify for my liking :) (in finnish layout Ctrl+/ is actually ctrl+shift+7, so that I might change...

If anyone finds this and wonders how they get map with roborock app to show in HA, here's how: 1. Update your HA atleast to 2023.7.3 1. Install this [roborock...

> It's quite possible that the desktop environment (or window manager) get in the way. > > For workaround, see: https://copyq.readthedocs.io/en/latest/faq.html#why-global-shortcuts-don-t-work Gnome has super+v shortcut to open "notification widget", but...

Quick update. Relogged with `az login` (even while everything seemed to work) Ran `aztfexport resource-group --provider-name=azapi my-rg-group-name` Now it seems to be importing data with azapi. seems like that default...

@magodo tried using version 3.95.0, 3.0.0 and 2.99.0, all have same problem. And like I said earlier, after removing terraform hidden files and running `terraform init`, it works as intented...

Also manually changing go-sqlite3 in your `go.mod` file to correct versions seems to fix this ``` github.com/mattn/go-sqlite3 v1.14.19 // indirect ```