Miklos Vajna

Results 131 comments of Miklos Vajna

Yes, you're welcome to submit a PR for this. :-)

The main screen contains two stats: the average length of all sleeps and the average of daily sums. This is explained here: https://github.com/vmiklos/plees-tracker/blob/b30ba979710ce00f839c164b578ac16a18d5fa27/doc/README.adoc#main-activity The second average doesn't assume just 1...

You can certainly came up with various different interesting stats, the stats and the graphs activity + the dashboard is all about this. It seemed so far that one of...

> Are seconds really needed or relevant for a sleep tracker? That is mostly just helpful when you test: otherwise you need to wait a minute between start and stop...

Hm, 2022-08-16 was about a week ago, is this just a matter of going to the settings activity and then setting dashboard -> duration to something other than "last week"?

See https://vmiklos.hu/blog/pdf-convert-to.html, does that PageRange trick work for you?

@Aaron-Bird ping, could you please state the license of this repo? Three.js is MIT, do you publish under the same terms? Thanks :-)

Thanks!

> Glad to be using async/await! May we also add [no-floating-promises](https://typescript-eslint.io/rules/no-floating-promises) (and possibly [no-misused-promises](https://typescript-eslint.io/rules/no-misused-promises/)) to eslint as a way to deal with people inevitably forgetting to await where they use...