powellnorma
powellnorma
When I install a module, it wants to reboot. However, when I use `waydroid session stop` + use `waydroid show-full-ui`, they are still not installed (`/data/adb/modules_update/` files are not applied)....
Hey, it looks like the last build is for fedora 37 https://packagecloud.io/danstiner/softu2f Would be awesome if we'd get a prebuild for newer fedora versions, thank you! (Similar to https://github.com/danstiner/rust-u2f/issues/26#issue-339754879)
The title in that case is set to the URL was typed in. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/API/tabs/onActivated > Note that the tab's URL may not be set at the time this event fired,...
As others have described (e.g. https://github.com/ActivityWatch/aw-watcher-web/issues/112#issuecomment-2103150065 https://github.com/ActivityWatch/aw-watcher-web/issues/93#issuecomment-1597528638 https://github.com/ActivityWatch/aw-watcher-web/issues/20#issuecomment-767308305, ..), the extension seems to not send the data reliably. I suspect this might be due to the Background event page getting...
### Current Behavior I am using a Modal to fetch some user input. The modal calls a custom `response` callback when the "submit" button is clicked. Then, in the response...
So that not any app (or even extension) can access all of AW's data. Web-UI would also need to authenticate with a password (login could be saved via cookie, though)....
With https://github.com/phiresky/sqlite-zstd we could select columns (e.g. events.data) that will get compressed on the fly. I think it would make sense to add this (perhaps as opt-in), what do you...
Fixes #29 I also adjusted the retry logic, since for some reason two consecutive calls to `ReportClient.send_active_window_with_instance` -> `aw_client_rust::AwClient.heartbeat` lead to `connection closed before message completed`. Waiting just 0.01 fixes...
Based on https://github.com/2e3s/awatcher/pull/28
If the title changes every second, this watcher sends data to the server, but the duration is 0. Reproducible via: ```js let count = 0; function updateTitle() { count++; document.title...