Stanislav Dmitrenko
Stanislav Dmitrenko
@six-ddc could you please suggest how to deal with the inability to run a command with `sudo`? I tried `hss -H '-tt hostname'` but hss can't work this way. What...
I could setup it but I prefer to enter a password because this way I know when scripts I run require a sudo command execution (which is not always a...
@six-ddc this trick will work only if you have the same password on all servers and you want to run one command with root. Also it's not a good thing...
Just checked, same problems applies to VSCode Kotlin extension with two differences: the extension reacts on a situation when I make an error. In this case it successfully shows an...
@themkat , thanks for the answer. The project I use here for testing is closed source, so can't share it. But I just googled a ktor example project we can...
> My first guess would be that the Gradle classpath resolver need some fixing to work with KMM Yeah, I see no usages of `settings.gradle` string in this repository which...
@themkat can you, please, share a link to any gradle project in the internet you're successfully using with this language server? Just want to try if I able to use...
@themkat > After installing it and fiddling around, I get these errors: Just don't try to build this project, it's hard) For the CMake part the already built lib is...
>I guess your ANDROID_HOME env variable is set? Yes, have set it for the entire environment: ```bash env | grep ANDROID ANDROID_HOME=/home/user/Android/Sdk ``` > Get a cryptic error this time,...
I cloned this repo (`kotlin-language-server`), opened nvim inside, got an error about missing maven, installed maven, reopened nvim, the project opened successfully. No errors, fast errors displaying after making some...