Kelvin Hu
Kelvin Hu
Based on @abraithwaite's great idea, I came up with the following snippet: ``` func WrapError(err error) error { if err == nil { return nil } type causer interface {...
@puellanivis No, I am not proposing to merge this function into the library, I am just showing an approach for those who have the same "generate only one stack trace"...
Anything new on this issue?
@rprichard Thanks for your great job! No release is fine, I will build from master branch myself. :-p
The CI failed due to compiler version requirement mismatch: error: package `regex-syntax v0.8.2` cannot be built because it requires rustc 1.65 or newer, while the currently active rustc version is...
Sorry, currently there is no way to disable about page.
不好意思,没注意到这个issue。。 `user-full-name`和`user-mail-address`是Emacs中非常有用的两个变量,可能不止是org-page会用到,所以建议你在Emacs配置中设置这两个变量。
changed-files是根据两个commit之间的差距来的,执行的命令如下: ``` git diff --name-status HEAD ``` 这个命令会把改动的文件列出来,不管有没有git add。所以建议在执行publish之前,提交你所有期望提交的改动。
嗯,这是一个问题,后续我会在执行publish之前加一下判定。
Did you commit the post by git after step 5?