Weitian LI

Results 6 issues of Weitian LI

Hello, First, thank you for developing and maintaining the nvi2 software. I'm a [DragonFly BSD](https://www.dragonflybsd.org/) developer. Nvi2 is part of the base system as well as the [initrd(7)](https://www.dragonflybsd.org/cgi/web-man?command=initrd&section=) rescue system...

Hi. Sometimes, one may be forced to work with a read-only root filesystem, like the rescue mode mentioned in issue #63. However, I cannot find an easy way to tell...

Hi, I recently noticed an infinite loop in our program and found the issue to be related with `CH_CALLBACK_SKIP_PATTERN`. When there are patterns that may match empty strings, the `CH_CALLBACK_SKIP_PATTERN`...

### Description The underlying `lua-resty-openidc` module already supports the `symmetric_key` option to specify the HMAC key for verifying HS??? tokens. However, note that `lua-resty-openidc` just passes the `symmetric_key` value as-is...

stale
need test cases
user responded

你好! 我最近刚接触 Emacs,目前使用了 spacemacs [1] 的配置,并参考其文档 [2] 配置了中文五笔输入,其中使用五笔输入法便是这个,但是 spacemacs 的上述文档以及此项目的 README 均没有说明如此激活输入法。 由于我以前使用过 `VimIM`,于是类似地尝试 `Ctrl-\` ,发现是正确的。请问能否在项目首页说明一下如何激活输入法的快捷键、以及可供定制的快捷键列表及示例? 谢谢! [1] http://spacemacs.org [2] http://spacemacs.org/layers/chinese/README.html

According to the [current code](https://github.com/NetworkConfiguration/dhcpcd/blob/master/src/if-bsd.c#L105), TAP interfaces are ignored by default, but TUN interfaces are not. Why? In addition, given the availability of WireGuard on various OSes, the WireGuard interfaces...