aw-client icon indicating copy to clipboard operation
aw-client copied to clipboard

Client library for ActivityWatch

Results 20 aw-client issues
Sort by recently updated
recently updated
newest added

I'm experimenting running aw-server-rust from my home k8s network, with a tls enabled ingress. However, when I trying point my local aw-client to the server I find no success -...

Had some issues in aw-notify where the classes weren't correct. This was a stale attempt at debugging/fixing it.

Waiting for: https://github.com/actions/setup-python/pull/775

Fixes #77 Let me know here or in the mentioned issue whether there are any other methods that you would like me to modify.

Element and NeoChat are added to the list.

Perhaps there are more cases where this makes sense but this one in particular would be great to have.

```bash SK@SK-Desktop MINGW64 /d/Users/Documents/GitHub/aw-client (master) $ D:/Users/user/AppData/Local/Programs/Python/Python310/python.exe d:/Users/Documents/GitHub/aw-client/examples/working_hours.py Querying events... Day offset: 4:00:00 500 Server Error: Internal Server Error for url: http://127.0.0.1:5600/api/0/query/ Error message received: {'message': 'ParsingError("(None, \\"expected `Bool`, `Ident`,...

Should we add a config option for proxy or should we ignore the systems default proxy? https://github.com/ActivityWatch/activitywatch/issues/266

When using `queued=True` the client doesn't send the create_bucket request to the server. ### Steps to reproduce: 1. Start aw-server in testing mode: `aw-server --testing --verbose` 2. Run following python...

Will improve performance greatly when the queue is long

enhancement