Horacio Sanson
Horacio Sanson
This library should make it easy to add SSH tunneling to DB connections: - https://github.com/jfcote87/sshdb
Had same issue, you need to enable Gmail API in the project where the credentials are created. You can do so by visiting this page in the console: - https://console.developers.google.com/flows/enableapi?apiid=gmail...
Test fails here: https://github.com/dense-analysis/ale/actions/runs/11078082628/job/31477171491?pr=4836#step:3:38
I do not use javac linter but from what I can see ALE uses this command to figure out the Classpath to use when linting: ``` ./gradlew -I /path/to/ale/autoload/ale/gradle/init.gradle -q...
Very difficult to know without having a test project that presents the problem. I downloaded a Spring hello world project from github and configured only javac linter: - https://github.com/paulczar/spring-helloworld ALE...
Check if this configuration does what you need: `:h g:ale_python_vulture_change_directory`
Maybe converting the l:level to string before checking for empty would make it work with string and number values: ``` if empty(string(l:level)) && empty(l:config_file_exists) ```
Possibly related: #3492 #3805
@ahakanbaba I personally do nto use protobuf but all contributions are welcome.
Note that depending on the language server this may result on multiple language server instances being spawn for every file opened.