RoachZhao

Results 191 comments of RoachZhao

> 这个 bug 貌似 github 也有,我想应该是 markdown-it 的 bug 好吧。

Seems right, change `:q` to `:buffer 2` get same result.

@lincolnhard 你好,问一下。我标定内参之后,发现`python`版本的可以正常预测欧拉角(一个立方体),但是`Cpp`版只有一半的立方体(另外4个点沿着射线飞出去了)。然后,看到这个issue,对比了一下python脚本执行显示的窗口确实比较小,然后在`Cpp`版中就指定了解析度(640*480),然后也正常了。 能说一下原因么?

What do you mean? https://github.com/lincolnhard/head-pose-estimation/blob/4f3d5d7106c16366307d10db1e4131b355a9aa4d/video_test_shape.py#L60

Don't know the meaning of wrod `mods`. But for samrtass, I just thought it will be better if there is a way I can let the result of `GoToDefinition` to...

Ah, sorry for misunderstood your meaning. I'm asking for "listen to `` and `existing-window`".

``` function YcmSplitHelper(complete_command) let actions = ['', 'rightbelow ', 'rightbelow vert '] let choice = confirm("Action?", "&Edit\n&Split\n&Vsplit", 1) - 1 if choice == -1 | return | endif let g:ycm_goto_buffer_command...

> * If there are `mods`, use "always split" > * If there are no mods, use "split or current buffer" In my opinion it should be: + If there...

Hi @bstaletic @puremourning is it possiable to let YCM read `g:ycm_goto_buffer_command` each time before run command like `GoToDefinition`?

> Actually, I'm just going to close this ticket. > > I did some further research, and am convinced that `zsh` users can benefit from the `bash` autocompletions. Amusingly, I...