Pascal Loth

Results 4 comments of 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. ![image](https://user-images.githubusercontent.com/7986123/90250714-cbfd4a80-de3c-11ea-97cd-fa0c5ec4f97e.png) Test.kts: ![image](https://user-images.githubusercontent.com/7986123/90250690-bee05b80-de3c-11ea-874a-c43c006c8edb.png)

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 } =...