Brian Orwe

Results 11 comments of Brian Orwe

Yeah experiencing same problem on latest master still. I noted it mostly has to do with the cursor movement. EG in normal mode: Shitft-G // to go to top :...

I believe adding other project recommendations directly on README would be helpful so people aren't left hanging in the dark.

___ *[cpp/CMakeLists.txt, line 153 at r1](https://reviewable.io/reviews/ycm-core/ycmd/1574#-Mc850k-6bBUXGgOd12t:-Mc95DHg7SS-x5yKiGc9:boammlv) ([raw file](https://github.com/ycm-core/ycmd/blob/7d313d5fac367515841c39047d2d06795b7db4f1/cpp/CMakeLists.txt#L153)):* Previously, bstaletic (Boris Staletic) wrote… This loses the compiler version checks. I'd love to be able to do it like this, but......

Speaking of LSP, has anybody had any luck with using vala-language-server from https://github.com/benwaffle/vala-language-server

The problem appears to have come back, I am using adoptopenjdk 11. even if I use --jdkhome, it still can't find it, even with Visual VM2 on Windows 10. EDIT:...

> > > Do you mean you had to use `visualvm.exe --jdkhome C:/Path/To/` instead of `visualvm.exe --jdkhome C:\Path\To\` on Windows? Please provide the full command to start VisualVM on your...

> fyi. > > eg.)` JAVA_HOME=C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot` > ### Use `--jdkhome` option > > Its works. > > * `visualvm.exe --jdkhome "C:\Program Files\AdoptOpenJDK\jdk-8.0.242.08-hotspot"` > > * `visualvm.exe --jdkhome "C:/Program Files/AdoptOpenJDK/jdk-8.0.242.08-hotspot"`...

> I'm not an expert but it seems that this change doesn't result in less allocations, it just passes the original value as ref but we still have to clone...

@bugadani , Done, updated PR.

@bugadani Should work now :)