XG

Results 12 comments of XG

```vim if has('nvim') let g:gruvbox_italic = 1 let g:gruvbox_italicize_strings = 1 endif ``` If you use neovim, try this.

I ran to the same problem, just to add `export LC_ALL="en_US.UTF-8"` to `~/.zshrc` to solve the problem.

Set the right response header for *.md url on your http server, take caddy as an example: part of my Caddyfile :) ``` @markdown { path /*/*.md } header @markdown...

@arozehnal The reason is that the last command in the command sequence, `touch /tmp/pokus`, has a return code of 0, which indicates success. You can replace the commands as follows:...

Sorry, I can't reproduce the issue you are encountering. I don't have an AIX environment, but I set up a ksh environment on my virtual machine(CentOS7.9) as remote host and...

1. on target server 2. not sure 3. not sure. I guess it may be the $HOME of roze2 on target server if the raw command is like `sudo -u...

@arozehnal If you do not use the `-c` flag, it will SSH all servers serially, which is less efficient. As for how many concurrent sessions to set, it really depends....

@wozzup `gf2-demo-cli` 只是为了展示如何在一个仓库下组织多个命令的示例,具体想以什么样的方式运行(常驻还是一次性执行)要看开发者具体的需求。常驻的话无非是通过信号管理控制程序如何退出(可以google一下一大把示例),一次性执行就不用我多说了。如果想优雅,更多是目录结构组织的合理些,比如将业务逻辑写在internal/logic下等:)

@LilyCuili 官方编译文档没有更新,实际上的node版本已经更新为至少是18.18.0了,更新一下就可以了。