Johan Bjäreholt

Results 255 comments of Johan Bjäreholt

> However, as we discussed AFK, I'm not convinced this is the best approach to merging the web events compared to simply replacing all browser-window events when an active browser...

> web_events_active = amend_data(web_events_active, {app: $browserAppname}) # optional, amends the missing {app: $browserAppname} I think this would be a strange transform, inserting data into an event which is hardcoded in...

> However, as we discussed AFK, I'm not convinced this is the best approach to merging the web events compared to simply replacing all browser-window events when an active browser...

> So if I'm not mistaken, this would result in 'middle-events' where the title (which is gotten from the window event, if I understood merge_map correctly) and URLs (from the...

Here's a query that works with this transform, the web-ui queries.ts code is really messy though so I'm having a hard time adapting it, especially now that "canonicalQuery" should probably...

Would be nice to push it as crates so it would be available on docs.rs, but I don't think that's a priority. Would be annoying to manually do it and...

@jantman You are overcomplicating things. The solution we used in the future sqlite storage is instead of saving the duration we save the endtime, so if we have both starttime...

If you have the time, it would be appreciated if you could test it out as things are rather stable on that branch. We need more testing of if the...

aw-server heavily depends on aw-core so you need that as well with the newest version most likely.

@jantman Oh right forgot about that, I guess that branch is currently broken then sadly. It's the same issue as discussed in the PR here https://github.com/ActivityWatch/aw-core/pull/57#issuecomment-435437752 I am rather busy...