Xue Qianming
Xue Qianming
Get the number of existing commits of the target profile and substract from the generated commits. Before this commit, color of commits may get messy when generated commits overlap the...
Sometimes two plugins have confliction on their definitions of keybinding, alias definition or something. So the order of loading is necessary sometimes. So, I wonder know if there neccessity to...
I want to use the following lines to swtich between two themes on different terminal emulators. ``` zplug "robbyrussell/oh-my-zsh", use:themes/ys.zsh-theme, as:theme, if:'[[ "$foobar" == bad ]]' zplug "sindresorhus/pure", from:github, use:pure.zsh,...
I am accustomized to use vim binding in IPython and debugger in IPython. But when I start ipdb not from IPython, I have to use Emacs bindings. How can I...
Spelling mistakes.
出现问题的平台是是fcitx-rime,没有测试其他平台。 情况是这样的: 我用 rime 输入法输入了“乾”字,我发现rime虽然记住了”乾“这个词组,但好像是由于繁体转化为简体的原因,”乾“字被记忆为了”干“字。因此它变成了”干“这个词组。选择这项之后输入出来的字符也确实是”干“这个字。 随后我检查了我的dict.yaml文件,确认”干“字与”乾“字的编码是不同的。所以我认为应该不是码表的问题。 现在我不知道该如何修正这个问题,所以希望能得到解答
## Description Speed up the performance of `get_packages` by redesign the flow. Currently, `get_package` runs unacceptably slow on WSL. The reason is its call to `type`. Each fail `type` call...
This PR is basically the same as https://github.com/gelstudios/gitfiti/pull/75#event-7201667580 . But I made some mistakes so that 0 commit was merged in that PR. Description: Get the number of existing commits...
### Describe the bug I am measuring the performance of `reverse-proxy` for gRPC, using the test assets from [grpc-dotnet](https://github.com/grpc/grpc-dotnet). It turns out that when there are many long-running gRPC streams...
In-string references will be supported now then. Specifically, config parser will dereference all references shown in a field. Besides, if there are nested references, it will dereference them recursively until...