py-fsrs icon indicating copy to clipboard operation
py-fsrs copied to clipboard

Python Package for FSRS

Results 6 py-fsrs issues
Sort by recently updated
recently updated
newest added

The implementation of ts-fsrs: - https://github.com/open-spaced-repetition/ts-fsrs/pull/100

enhancement

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

enhancement

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)...