aw-server-rust icon indicating copy to clipboard operation
aw-server-rust copied to clipboard

High-performance implementation of the ActivityWatch server, written in Rust

Results 62 aw-server-rust issues
Sort by recently updated
recently updated
newest added

A very unsophisticated way to refcount. TODO: - [ ] Lots of TODOs in code - [ ] Value is cloned even if variable is overwritten - [ ] Run...

One step in fixing the "Merge web watcher events into window events in the query? (to allow for classifying by url/domain)" https://github.com/ActivityWatch/aw-webui/issues/151. We already have it in the same query,...

ToDo: - [ ] & should mean reference, right now it means clone to get tests working - [ ] Make "read-only reference" a part of the language

- [x] rocket - Fixed in 0.5.0-rc1 - [ ] plex - [Needs proc_macro::Span stabilized](https://github.com/goffrie/plex/issues/13#issuecomment-591080125)

My system drive got full the other day, and today I noticed aw-server-rust wasn't responding to API requests (but was happily serving the web UI). After a while I realized...

Grammar: - [x] support empty statements Functions: - [x] find_bucket - [x] filter by host functionality (in #242) - [x] adjacent, union, period_union (https://github.com/ActivityWatch/aw-core/pull/65) - [x] exclude_keyvals (#243) ~Some of...

When trying to run `cd aw-server-rust && ./compile-android.sh` from the aw-android repo it fails when trying to build `openssl-sys`, but if I run `./compile-android.sh` directly from the aw-android folder it...