Ye Ding

Results 31 comments of Ye Ding

Looks good, I'll take it into consideration. A pull request is also welcome!

You can create your ignore config file for your own backend. (such as `.ignore` for `ag`, please refer this [document](https://github.com/ggreer/the_silver_searcher/wiki/Advanced-Usage))

@liweiwei111 @McEazy2700 You should leave `g:ctrlsf_backend` undefined and ctrlsf will detect the backend. (make sure you have `rg`, `ag`, `pt` or `ack` installed) The `let g:ctrlsf_backend = 'auto'` is a...

> > * how is R[d-] defined? in order for receiver to send back DMs from the R[d+] pubkey they will need to know the R[d-] > > It's the...

I think another problem is when migrating my account. After export-import private key to a new client, I can't retrieve my decoy key unless I remember the recipient's pubkey, and...

You can pass the list to CtrlSF as regular command ```vim :CtrlSF foo file1 file2 file3 ```

我觉得应该有`YarnClusterExecutor`(实现`Executor`接口)和`KunExecutorAppMaster`。 `KunExecutorAppMaster`是常驻的AppMaster,负责资源管理和任务运行。`YarnClusterExecutor`负责`KunExecutorAppMaster`的启动和初始化,以及任务的提交,状态更新等。

> I confirmed that if I don't invoke the refresh_compile_commands script with `bazel run`, then I do not see those errors. > > I.E. I do this: > > ```...

Which shell are you using? Below command works fine in my shell environment (zsh). ``` rg -C 3 --smart-case --follow --no-heading --color never --line-number -H -- \\btop folder/to/search ```

I'm sorry that I can't verify it on Windows. I have commented in your pull request #347