lyj

Results 33 issues of lyj

I hope the `config.json` could support comments

Not ready to be merged, because it uses a nightly feature Just for anyone need

### Summary Support lbfs ### Motivation lbfs is useful in register allocation ### Details * What code needs to change? New traits? Which modules? Maybe a new module * Is...

https://docs.rs/rustyline/latest/src/rustyline/history.rs.html#72 What' s difference between return Ok(true) and Ok(false)

question

can pass ``` cargo b cargo b --features=no_std cargo test ``` can not pass ``` cargo test --features no_std ``` I'm not quite sure my modification is right yet. If...

fix #23 - 基于记忆曲线的复习功能 - 支持 sm2 算法和 fsrs 算法 - sm2 的实现类似于 logseq - 和原算法比略有裁剪 - 实现非常简单(20行代码), 只需要记录4个字段 - fsrs 和 anki 使用同一个 crate - fsrs 是一个更加现代的 spaced repetition...