Erik Bjäreholt

Results 447 comments of Erik Bjäreholt

I finished this today, see https://github.com/ActivityWatch/aw-webui/pull/493 Might need some battle-testing in beta releases (releasing v0.12.3b11 later today), but seems pretty ready!

@cyphase Wow, nice! Thanks @huantianad for getting this merged 💪 Closing.

This was completed a while back. Nice to finally be done with it.

I want to mention that I currently have a reporting system set up, where it reports to a Google Sheet. The basic code for it is in the `aw-client` examples:...

@wojnarw The issue is not escaping the regex chars in the server, it's giving a proper error message when an invalid regex is added in the web UI. In recent...

This was fixed in https://github.com/ActivityWatch/aw-webui/pull/323

Looking at that source file, I notice that the CORS headers are only configured for the `/api/*` endpoints. That should probably be fixed.

No, I think you're right. I've thought through this before (a long time ago) and came to the conclusion it was not a (significant) issue, at the time. I still...

Full path of the executable, I presume. On Sun, 8 Sep 2019, 18:52 Johan Bjäreholt, wrote: > Absolute path of what? Filename of what? > > This watcher only gets...

Looks like active-win gets it on Linux by getting the PID of the active window and then looking up the path of the executable using `/proc`. Example for how to...