py-fsrs
py-fsrs copied to clipboard
Python Package for FSRS
FSRS-5
The implementation of ts-fsrs: - https://github.com/open-spaced-repetition/ts-fsrs/pull/100
Hi, Thanks so much for the great algorithm and implementation—it's really cool! I’d like to use it in my app, but I’ve noticed an issue. It moves new cards to...
Related code in ts-fsrs https://github.com/open-spaced-repetition/ts-fsrs/blob/c0e4d68681024666dad3f8cdbd3a6a9fca73e5bf/src/fsrs/algorithm.ts#L130-L147
https://github.com/python/mypy
Hi, I've followed this repository for a while and thought I'd contribute some refactors of the code. I have tried to keep the logic the same (haven't changed the tests)...