Baidu

Results 75 comments of Baidu

Interesting. I've been using this tool to monitor directories of several gigabytes (sources + compiled artifacts) and I haven't see this error. The only plausible reason might be some watching...

Thank you very much for reporting! Will have a closer look as soon as I can.

If the file is not readable by the user, there is nothing can be done. What do you expect in this case?

Regarding the `additionalTextEdits`, I have since exposed another function `LanguageClient_workspace_applyEdit()` https://github.com/autozimu/LanguageClient-neovim/commit/e5f91c7d9afbc976208d0bbeb2c4f8218052e995 After completion is done, following pseudo code should do the work ```py # assume the completed item is comp_item...

If you need some help, I can probably give a hand.

OK. I will see if I can get some time for this. On Wed, Feb 15, 2017 at 21:03 xwartz wrote: > Thanks. > It's not supported currently, and i'm...

Looks like it is due to default `git fetch` behaviour. Quote from git doc, > By default, any tag that points into the histories being fetched is also fetched; the...

Another related issue is that when using tag spec, it clones whole repo instead of a shadow clone. https://github.com/junegunn/vim-plug/blob/96375cb7d30b7caf2a9417799ff509b59b43a627/plug.vim#L1342 In use cases of https://github.com/autozimu/LanguageClient-neovim/tags, the whole purpose of using differnt...

@myhro It seems you made a fix on this. Do you want to submit a PR?

I will leave the first question to @Nero5023 For the second part, will you be able to achieve that in vsgo.py? vsgo.py is just Python and should be able to...