Pascal Loth
Pascal Loth
How do you extracted the rom?
This must be a bug since `kotlin-language-server:83` sets the classpath to ``` CLASSPATH=...:$APP_HOME/lib/kotlin-script-runtime-1.3.50.jar:... ``` (`$APP_HOME` confirmed to be correct) `kotlin-script-runtime-1.3.50.jar` contains the necessary class file.  Test.kts: 
We are still on knex 2.0.0 and the following is working like a charm: ``` return knex({ client: "postgres", connection: async () => { const { token, expiresAt } =...