Shangbo Wu

Results 68 comments of Shangbo Wu

@Syphdias Thank you for your suggestions. ♥ > I am not sure if it is a good idea to work with these directories directly from Windows. (More on WSL fs)...

@romkatv Thank you so much, I've switched to Powerlevel10k for now and it's really faster. ❤️

> It should read `a.distance`, not `self._default_distance`. I think it should be `a._distance`. `a.distance` gives me a `TypeError: Comparisons are only possible between the same distance types.`

建议把这里的说明添加到 Wiki 里面,感觉大家不会来 Issue 里面找教程的。(逃走 ε=ε=ε=┏(゜ロ゜;)┛

可能会考虑使用目录下的 `.password` 文件里面的内容作为密码来设置 private 文件夹。

iOS 端无法显示 PDF 和视频属于正常现象吧?我记得 iOS Safari 并不支持……

我研究一下 PDF.js,视频黑屏在 Linux 的 Chrome 里面复现了,但我不知道怎么解决,我单独开一个 issue 来 track 视频黑屏问题。(我明明记得之前好好的……)

显然这个问题是由于客户端(Chrome)没法请求 `README.md` 的问题,所以我解决这个问题的方法是把 `script.js` 里面访问 `README.md` 的请求放在 Worker 上,让 Worker 直接返回渲染好的 `README.md` 的 HTML。