qianxi

Results 18 issues of qianxi

As simplification of `var` declaration,Can you consider adding `type` declarations to the ranks of simplification? exp: ```go type ExampleArgs struct { X int } type ExampleReply struct { Y int...

Note that the front-end related CI is really slow, which seriously slows down the build. Note that the `yarn install` step is the cause of the serious slowdown, and this...

enhancement

![2022-08-09_21-06](https://user-images.githubusercontent.com/55543743/183654444-4976f104-637c-4bbf-a613-d2575d6849b9.png)

bug

```go func dummy() bool { return true } func main() { if ok := dummy(); ok { // do something } // it should be if dummy() { } }...

new-check

When I use the certificate-private key mode, I have the certificate as the public key, but when I use public key(certificate) parsing, the program keeps telling me that the key...

项目地址:[gossip](https://github.com/qianxi0410/gossip) 预览地址:[qianx1.xyz](https://qianx1.xyz/) 一个使用next.js构建的静态博客引擎。 - 完全基于GitHub Issue 系统(博文内容和评论都存放在issue中)。 - 使用CI自动部署到`vercel`和`gh-pages`两个channel,不需要服务器。 - 用户更改相关Issue内容时,使用CI自动触发更新和部署。 - 用户更新代码内容时,使用CI自动触发更新和推送。 - 极简风,但具亮/暗切换、RSS、评论系统,且都可选择去除。

issue-220

- 项目名称:Gossip - 项目地址:https://github.com/qianxi0410/gossip - 项目简介 (**100** 字以内): 1. 完全基于GitHub Issue 系统(博文内容和评论都存放在issue中)。 2. 使用CI自动部署到`vercel`和`gh-pages`两个channel,不需要服务器。 3. 用户更改相关Issue内容时,使用CI自动触发更新和部署。 4. 极简风,但具亮/暗切换、RSS、评论系统,且都可选择去除。 - 项目截图 (**6**张以内): ![2022-08-20_20-39](https://user-images.githubusercontent.com/55543743/185746586-3268288a-9ea4-4e37-af15-912b184029fa.png) 参考 [模板](https://github.com/GitHubDaily/GitHubDaily/issues/8)

When I use ci to trigger the action without changing any code, it will deploy successfully, but it will still show failure in ci: ```txt this is related issue or...