-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add progress
#174
add progress
#174
Conversation
seems caused by sub-module or something else.
|
It's relied on https://github.com/open-spaced-repetition/burn via submodule: |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
d74f7e9
into
open-spaced-repetition:fsrs-browser
Hmm, a small noise of protest regarding the additional commits. Yes, they make the build in this repo pass. However that's not important since all that matters is the CI in Worse, they greatly increase the chance of merge conflicts. I've been trying to keep my changes to If you really want to "delete" the tests, I recommend commenting them out with Actually, I think the preferred solution would be to add an exception for running CI for the Side note, prioritizing reduction of merge conflicts is also the reason why I haven't been fixing any warnings, though my editor is constantly screaming at me about all the unused code 😅 |
I haven't thought about that, sorry. Could we revert this PR? By the way, FSRS-rs will be stable recently, because I will focus on the integration of the fsrs4anki helper add-on into Anki. So the back merge will happen less frequently. Thanks to your great contributions again. |
It's all good! I didn't spell out any of my thoughts about this anywhere, so at least now we're on the same page! |
@L-M-Sherlock as a first step towards that, do you think you could write a quick outline of how you plan to implement them at one point? My main concern with integration into Anki is that we don't add a lot of processing time between card answers, so for example it would be good to build a cache of how many cards are due on each day, instead of scanning the database for due cards on each answer. |
@dae, let's talk about it in ankitects/anki#3116 |
Let's keep the discussion about this PR here.