Jiahao Li

Results 17 issues of Jiahao Li

### Description Sometimes the entire tab completion result is shown twice with custom completion function. This issue is gone if this line (https://github.com/sorin-ionescu/prezto/blob/master/modules/completion/init.zsh#L71) is commented out. This issue does NOT...

### Observed behavior When trying to build `ccls` on macOS Big Sur, the initial `cmake` step fails with ``` -- Check for working C compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -- broken CMake Error...

First, thanks for making this script! I tested it both with Ubuntu 18.04.2 LTS's default fio (fio 3.1) and the newest one compiled from git master (fio-3.15-22-gc1f6). In both cases...

Version: latest master (`9494c3e6`) When I run cquery on the following simple `.cpp` file: ```cpp enum class Color { WHITE, GREY, BLACK }; ``` `textDocument/documentSymbol` gives the following (prettified) JSON...

Potential fix for #37. This patch makes sVim only blur the user's focus upon the main iframe load.

I'm using pyserial to read from a serial device implemented using USB CDC ACM on macOS. However, I'm consistently missing the initial bytes immediately following the opening of the serial...

Currently the original replacement prefix sent by the LSP server via the `textEdit` field is overwritten in getSuggestions(). This, for example, causes the following case: foo-> to autocomplete to foo->->bar()...

这一步虽然比较明显但跟着 README.md 做的话容易忘掉 另:感谢提供这个好用的工具!

I recently upgraded `freeipa.ansible-freeipa` to the latest release (v1.9.2) and noticed that my playbooks started erroring out. Example error: ``` TASK [isundaylee.docker : docker - install python module] ********************** 35s...

In the task foreman:export, no '--env' option is passed to the foreman command. Therefore no environmental variables are present in the upstart scripts exported. For me this results in the...