nicolae-stroncea
nicolae-stroncea
> Still 10 seconds? Sounds like we still have room for improvement ;) I assume that you are not running a debug build, if you are that makes a huge...
@johan-bjareholt it's interesting that you have a lot less events than me, since I would imagine you started tracking with AW long before I did. My current buckets contain data...
What can be done, is that you save the summary of the events at 00:00 daily without the time-zone. So you only write them to the database once. When summarizing...
I'll start working on it
@johan-bjareholt I think the current way is essentially identical to your way, except that the final value is unbounded. The current formula essentially returns a **score-weighted average**, where the scores...
A possibly less demanding option is to have a text field "UI is outdated" that appears next to *Refresh* button if data has not been refreshed for past 5 minutes,...
Suggestions for more apps to add to defaults: *Email*: outlook, geary *IM*: skype *Movies*: netflix, primevideo, disneyplus *Programming*: code(vscode), jupyter, readthedocs(not sure if always programming), terminal, tilix, guake I think...
I can help with Romanian and Russian
Introduced couple of changes: * List of tags now stored as string of tags in database. e.g: `event.data.tags = "this is tag 1,tag2,this-is-3"`(no spaces between commas). This makes the logic...
@ErikBjare I had some more time to think about this, and thought of another possible implementation: * Store tags in the key-value table, where event names are keys, and the...