ANtlord

Results 5 issues of ANtlord

Hello! I've got such piece of code. ```rust use std::path; fn main() { let tmp_dir_path = path::Path::new("/tmp"); let tmp_dir_read = tmp_dir_path.read_dir().unwrap(); for dir_entry in tmp_dir_read { dir_entry.//stay here } }...

This is rather a proposal within demo than a pull request. It adds `containerName` into the text which is shown in a document symbols list. It improves user experience as...

- Did you upgrade to latest plugin version? Yes - Did you upgrade to/compile latest binary? Run shell command `bin/languageclient --version` to get its version number. languageclient 0.1.161 - (Neovim...

Pull request for https://github.com/palantir/python-language-server/issues/823 I've done a little investigation so I can say that `Completion.get_signatures()` and `Completion.docstring()` slow down performance about 5 times. The results of the functions are not...

Hello! Does somebody know how to disable anonymous access completely? I setup build with authentication via my own Gitlab so I want to show Gitlab's authentication form instead of UI...