RoachZhao
RoachZhao
My VS vcpkg setting as show below:  and on entry in exported compile_commands.json is: ``` { "directory": "C:/Users/xq/source/repos/YBlaze/", "command": "\"C:/Program Files/LLVM/bin/clang++.exe\" -x c++ \"C:/Users/xq/source/repos/YBlaze/YBlaze/utils/LoadFile.cpp\" -std=c++14 -Wall -fms-compatibility-version=19.10 -Wmicrosoft -Wno-invalid-token-paste...
Need icon on system tray! 
Need minutes to load option.html.
New to this plugin, and from customizations.md found two predefined searches: - `@copycat_hash_search` (default `M-h`) SHA-1 hash search - `@copycat_ip_search` (default `M-i`) IP address search But I use `prefix M-h`...
Like I have 5 lines in .vimrc: ``` " " " " " ``` each line only have a `"` char. And if I at line 3 after `"` press...
``` add or delete pairs base on g:AutoPairs eg: au FileType html let b:AutoPairs = AutoPairsDefine({''}, ['{']) add pair and remove '{' for html file the pair implict start with...
`操作说明: 上[W] 下[S] 左[A] 右[D] 开始 Enter 选择 Tap 攻击[J] 跳跃[k]` Tap应该是Tab。
请问,您用的什么环境配置? 我在linux上面使用drracket时`#lang mzscheme` 像`define-macro`需要`require`兼容包,然后`defstruct`和`define-macro`的结果在调用的地方也会提示要被替换的内容`unbound`。
**Describe the bug** When using `%%timeit` to get exec time of a code block, like below: ``` %%timeit mean, var = 0., 0. for i in range(1000000): x = np.random.randn()...
## virtual envs ``` hmank ~/./v/3/e/n/bin » la | grep activate -rw-r--r-- 1 roach roach 2.2K 12月 13 18:46 activate -rw-r--r-- 1 roach roach 1.3K 12月 13 18:46 activate.csh -rw-r--r--...