The Wayback Machine - http://web.archive.org/web/20220705051953/https://github.com/topics/quantified-self
Skip to content
#

quantified-self

Here are 175 public repositories matching this topic...

ErikBjare
ErikBjare commented Dec 11, 2020

The docs are okay, but they have gotten a bit unstructured over time as we've just kept piling things on without any "refactoring". Here are some of the issues I'd like to resolve.

We welcome feedback and pull requests on any of these tasks! We need a fresh set of eyes!

General

  • Clean up structure/old sections (careful not to break any links)
    • The user/developer spli
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