Jarrett Ye

Results 208 comments of Jarrett Ye

The current implementation is intended. If we store the specific date, it will be stored in the config.json permanently. And the add-on needs to read them from config when rescheduling....

> it makes this feature almost entirely useless I don't think so. The specific dates are rare.

> My request is to further enhance the postponement feature and make it automatic, similar to SuperMemo's **auto-postpone**. Anki doesn't have priority system. So it's impossible to implement the auto-postpone...

Is this PR alive?

I don't have the permission to merge this branch.

Because `apply easy days to specific date` only reschedules a set of cards due in a fixed time windows.

The mechanism of load balance is to reschedule each card to the day within their fuzz range that has the fewest reviews. When you reschedule all cards, the fuzz ranges...

新版本也有这个问题吗?有没有报错?

The paper of RWKV has been released: https://arxiv.org/abs/2305.13048

How to build on this branch? I run this command: ```bash RUSTFLAGS='-C target-feature=+atomics,+bulk-memory,+mutable-globals' cargo +nightly build --target wasm32-unknown-unknown -Z build-std=panic_abort,std ``` But I get these errors: ``` error: failed to...