Zheng Luo
Zheng Luo
@xaizek Great. It works well for deoplete completion framework in neovim with `g:inccomplete_showdirs` set. The only thing I have to modify is: ``` let g:deoplete#omni#input_patterns.cpp = ['[^. *\t]\.\w*', '[^. *\t]\::\w*',...
My $0.02 on palette: - Two colors at most - IMO gradient doesn't play well with VSCode's design - The official [C++ logo](https://upload.wikimedia.org/wikipedia/commons/thumb/1/18/ISO_C%2B%2B_Logo.svg/1200px-ISO_C%2B%2B_Logo.svg.png) uses Hue=205/208/210° as the major color. It...
Hi, sorry for the late response. Glad you can reproduce this on your end. Regarding the best way to fix this issue, I feel like we can follow [vscode's approach](https://github.com/microsoft/vscode/blob/8c91bd827848f1710d055c39d80d04c59bb55463/src/vs/platform/files/node/watcher/nsfw/nsfwWatcherService.ts)...
Hi, I'm referring to the following case: Code: ``` [1] jb .L1 UD2 .L1: [2] ``` The assembly CFG is like: ``` ----------- | [1] | | jb .L1 |...
```cpp #include #include #include #include #include #include #include struct UserDefinedObject { int a, b, c; friend std::ostream &operator
`localtime_r` at `os.h:87` may also cause unexpected behavior if multi-threading program changed env/locale: ``` ├───────────────┼───────────────┼─────────────────────────────────┤ │ctime_r(), │ Thread safety │ MT-Safe env locale │ │gmtime_r(), │ │ │ │localtime_r(), │...
I asked [this question on SO](http://stackoverflow.com/questions/41964067/is-operatorostream-obj-on-two-different-streams-thread-safe). Someone considered this as a standard defect while others thought that this might be a [libstdc++ bug](https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77704) from 6.2.1.
人呢……原来的源在家里根本连不上……
Still exist with v90 beta1 Magisk systemless on OP3 OxygenOS.
I found a related issue: https://groups.google.com/forum/#!topic/vim_dev/KE3h0THwizc