Jon Rosner
Jon Rosner
No I am not running jdk 11. I have the following config in my build.gradle.kts: ``` java { toolchain { languageVersion.set(JavaLanguageVersion.of(15)) } } ``` Also I selected 15 for java...
This issue actually blocks us from implementing Pact into our company infrastructure. Is there any resolution to this yet? Why does the documentation say that Java 15 is supported?
It turns out that `JAVA_HOME` was pointed to a wrong Java version, even though I was using update-alternatives. So basically what @uglyog said was totally correct but it only caused...
If this is not yet implemented I might be able to create a PR myself. I am no Electron expert, therefore you'd need to point me into the right direction,...
Is it not possible to create tables using ktorm? I am used to calls like .createTableIfNotExist()
Thank you for your suggestion. I am actively looking for a good way to deploy docker containers and expose the web interface in a one-click way. The other way would...
Thank you for your comment. Could you elaborate a little bit more on that documentation feature. Would a simple tab called "Documentation" where a markdown editor sits be enough?
A documentation tab was added in the most recent version.
After more time than expected, I can finally say that reordering collections and requests made it into Yaade :+1: Check out the docs on how to update: https://docs.yaade.io/getting-started.html Sub-collections are...
same here. Will this be added? For now I hacked it using the `Amend` function and string replacement.