Michael Potter

Results 7 comments of Michael Potter

Hi @DRuggeri I've put together some code that resolves configuration drift for the base case of this. Like you pointed out though, if the server adds in fields to the...

Hi @DRuggeri, sorry for the long post. I've come up with several scenarios, and I'd like your (or anybody's) feedback on them before I get too deep in the code...

Hi @JoosepAlviste could you please re-review this pull request? I've run into the same issue and come up with the same fix (sans comment :p ). I was able to...

Thanks! I already configure jdtls through `~/.config/nvim/ftplugin/java.lua`. I don't lazy load either. Some other info after reading through #639 and #59 again... Running this ... ``` :lua require("jdtls").open_classfile("jdt://contents/java.base/java.util/Arrays.class?=jdt.ls-java-project/%5C/usr%5C/lib%5C/jvm%5C/java-17-openjdk%5C/lib%5C/jrt-fs.jar%60java.base=/javadoc_location=/https:%5C/%5C/docs.oracle.com%5C/en%5C/java%5C/javase%5C/17%5C/docs%5C/api%5C/=/%3Cjava.util(Arrays.class") ``` ......

Did a little digging... Seems like `jdtls.setup.attach_to_active_buf()` might not be doing the right thing? Assuming the goal is to find an active jdtls client instance from other buffers and `start_or_attach`...

Hi @mfussenegger, thanks for confirming you can't repro. I've found the issue in my config so I'll close this. Just cuz I hate open endings, here's what happened... my goto...

Hi @mstoykov, thanks for the info! Unfortunately, legacy infrastructure is not all that strange! 😄 My Mimir instance sits behind an AWS load balancer. I think it is a "Classic...