Results 9 issues of kirito

感觉delayfunc哪里用函数值实现可能更好 让调用者自己生成一个匿名函数,匿名函数里调用自己想调用的函数 用变参有点不灵活 ```go type Callable func() func docall(c Callable){ c() } func Sayhello(s string) { fmt.Println(s) } func TestF(t *testing.T) { docall(func() { Sayhello("nihao") }) } ```

### Describe the bug 描述你遇到的错误 gitalk突然登陆不了了,403错误,之前一直是可以的。 https://github.com/gitalk/gitalk/issues/433 好像是gitalk那边的bug,需要升级下gitalk版本么 ### Screenshots 屏幕截图 ![图片](https://user-images.githubusercontent.com/35095041/109767481-93835980-7c32-11eb-9ef9-135a61bcf4c3.png) ### Build Environment 构建环境 Hugo version 0.77.0

bug

在centos安装字体的话具体安装哪一个呢,win下有好多字体

name.mkv name.ass need display .ass subtitle in video

feature request

Indexing is too slow, I've run it for 2 days and it's not complete. ``` [indexing blocks] █████████████████████████████████████████████████████████████████████████████████████████████████████░░ 770508/780161 ```

### Input C/C++ Header ```C++ extern void add(int a, int b); ``` now i got: ```rust extern "C" { pub fn add(a: i32, b:i32); } ``` i also want: ```rust...

### Describe the bug 描述你遇到的错误 disqus评论加载完成或者失败之前,所有latex公式都不渲染. ### Expected behavior 期待的行为 latex先于disqus加载,让disqus最后加载,这样国内访问不了disqus的话,至少不用看乱码

bug

### Describe the bug click the reminder list item, but the source markdown file not appeared. ![图片](https://github.com/uphy/obsidian-reminder/assets/35095041/f0c24632-ebd6-4519-95f8-3619f794a135) ### Expected Behavior open the file ### Steps to reproduce . ### Operating...

bug

wiki内容 ``` !!待办事项 !!已完成 ~~~~ ``` 正常展示: ![图片](https://github.com/tiddly-gittly/slate-write/assets/35095041/2973d888-be5d-4f63-b35d-92bf7fc4e161) 进入编辑模式,展示的列表会循环很长: ![图片](https://github.com/tiddly-gittly/slate-write/assets/35095041/8fe3311c-21ec-4f90-b9bb-fedb3e58d020) 退出编辑模式报错:`TypeError: (intermediate value).to is undefined` ![图片](https://github.com/tiddly-gittly/slate-write/assets/35095041/57185c4a-14ce-48ee-b3f8-1f26ab40d037) 老哥加油!!看好你