-
Hi Korbinian,
Moving the dialog here....the clear SWI portion of things is all resolved. I've moved the newer ROMEO & Laplacian unwrapping stuff here, so you can close the SWI part at your leisure.…
-
Hi,
very cool project!
I'm quite interested in the theory behind this, so I wanted to ask whether there is anything to read on the algorithm handling the Spaced Repetition, interleaving and gene…
-
Hello, wonderful developers of Audiveris!
I try to scan my drums sheets from my music school but after a processing, the hi-hat notes (noted with crosses), do not appear on the resulting file; am I…
-
In the `update_state` function at https://github.com/open-spaced-repetition/py-fsrs/blob/main/src/fsrs/models.py#L87
the lapse count of a card is only incremented for cards in the `new` and `review` …
-
Hello, I believe our approaches are not compatible, but ClarityInMadness seems otherwise convinced https://www.reddit.com/r/Anki/comments/1cdm1y2/ What are your thoughts?
-
**Which module is related to your feature request?**
Helper add-on
**Is your feature request related to a problem? Please describe.**
Right now, Disperse Siblings can bring siblings **closer toge…
-
Currently, review deck is broken. Fix it and enable the spaced repetition algorithm
-
Calculating the confidence interval is very easy if we assume that the values of metrics (RMSE, logloss, etc.) are distributed normally. I really hope they are, otherwise this will get complicated.
C…
-
It's not very important, but I do want to see how well (or, rather, how poorly) it performs.
https://memrise.zendesk.com/hc/en-us/articles/360015889057-How-does-the-spaced-repetition-system-work-
Ne…
-
Currently, when a new Card object is created, it's due immediately with
`self.due = datetime.utcnow()`
This is using UTC rather than the user's local time.
I believe that, as most people will…