Kaedehara Kazuha

Results 5 comments of Kaedehara Kazuha

> Maybe problem of pdm? Can you install by pip or poetry? yes, I can install by pip and poetry. But I didn't have this problem when installing other packages

> Maybe problem of pdm? Can you install by pip or poetry? I found that this problem only occurs in Windows. I can't reproduce this problem in Ubuntu. Seems like...

In fact, if mod's filename contains one of `[` or `]` instead of both of them, the game will crash

原因是,按下后退按钮后回到博客主页时自动执行的 `rerender()` 内,有如下判断 https://github.com/xcatliu/pagic/blob/61c63447bbfa5190f02c6d9a364a13e83cfc24c5/src/plugins/script_index.js#L79-L82 该判断中,`lastProps.layoutPath !== props.layoutPath` 成立,只改变了地址栏的 URL 就触发 `return` 而 `loading` 没有被置为 `false`,在下一次点击链接触发 `rerender()` 时,下面的判断使得函数无法运行到后续跳转的部分 https://github.com/xcatliu/pagic/blob/61c63447bbfa5190f02c6d9a364a13e83cfc24c5/src/plugins/script_index.js#L57-L59

It is said that the developer are rewriting Boardwalk. I hope he can complete and solve this problem as soon as possible.@zhuowei I want to know the progress. Can you...