Skip to content
#

quantified-self

Here are 178 public repositories matching this topic...

jairofloress
jairofloress commented Mar 28, 2021

Version: v0.10.0
To reproduce, go to settings and add more than categories at the same time below any category.
When you assign the name for one of the new, the other get the same name.
If you go to the second and try to change the name, the first one gets the second name.
I hope this helps.
Thanks.

[aw-qt_2021-03-26T00-09-49.log](https://github.com/ActivityWatch/activitywatch/files/621747

meedstrom
meedstrom commented Aug 24, 2021
  1. Instead of (only) running eva-query-activity (or a similar substitute) as part of eva-items, run it by itself at random times.
  2. Log whether an observation was sampled in this random way or if it was sampled as part of eva-items. Extra field in the data, I guess.
  3. When a random query fails, log it anyway with a blank (N/A) value.

I figure the first item can be interest

good first issue
chronicle-etl
hyfen
hyfen commented Aug 18, 2020

results_count is used to build a nice progress bar but sometimes calculating the number of records is a computationally-expensive task (for example, multi gigabyte .mbox files). When we run a job in the background, we probably don't want the speed penalty that comes from calculating this number.

We should be able to pass Runner a configuration option to skip calling this method. If the j

good first issue

Improve this page

Add a description, image, and links to the quantified-self topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the quantified-self topic, visit your repo's landing page and select "manage topics."

Learn more