kirito
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 屏幕截图  ### Build Environment 构建环境 Hugo version 0.77.0
关于字体的问题
在centos安装字体的话具体安装哪一个呢,win下有好多字体
name.mkv name.ass need display .ass subtitle in video
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的话,至少不用看乱码
### Describe the bug click the reminder list item, but the source markdown file not appeared.  ### Expected Behavior open the file ### Steps to reproduce . ### Operating...
wiki内容 ``` !!待办事项 !!已完成 ~~~~ ``` 正常展示:  进入编辑模式,展示的列表会循环很长:  退出编辑模式报错:`TypeError: (intermediate value).to is undefined`  老哥加油!!看好你
**Describe the problem**: After clicking the 'Get' button, nothing happened—the button just kept spinning. I copied the plugin directly to the directory and restarted the application again, but the plugin...