aw-server-rust
aw-server-rust copied to clipboard
High-performance implementation of the ActivityWatch server, written in Rust
As shown here: [image](https://0x0.st/HTcV.png) Seems like there is a weird interaction between aw-watcher-window and the rust server, because if I turn that off the cpu usage returns to normal. Info:...
not sure if this is a bug in aw_client or the server, or if this is just an undocumented but desired feature. if you call `client.get_events(,start=ealier_timestamp, end=later_timestamp)` and `aw_server_rust` is...
related to #350 I think the Makefile should default to somewhere writeable by the user. `/usr/local` is owned by root and does not have write permissions by anyone else. There...
Not sure if I should post here or in the main activitywatch repo. I'm running into an issue where if I run aw-qt, and then migrate to 127.0.0.1 I immediately...
**edit**: See [latest comment](https://github.com/ActivityWatch/aw-server-rust/pull/486#issuecomment-2173660621) for the updated design. I made a small change to the server, to support regex-matching against specific labels in the event. For example, on macOS, Messages.app's...
I think it would be beneficial if there was a feature, where after the day rolled over, the tiny events from the previous day would be cleared out. Often you...
It would be great if one could customize the options when running aw-sync as a daemon such as the --mode (push/pull/both) (currently only available in aw-sync sync-advanced)
Being able to filter the inbound data [has been the most popular feature request for a very long time](https://forum.activitywatch.net/t/add-an-exclude-list/345) and comes up again and again in the issues of different...
LICENSE is missing in mpsc_requests-0.3.3.crate downloaded from https://crates.io/crates/mpsc_requests. I would like to package it as a rpm for Fedora (which identifies missing license as a [mistake](https://docs.fedoraproject.org/en-US/packaging-guidelines/LicensingGuidelines/#_license_text) and encourages upstream to...