breandan
breandan
I recently tried upgrading from JVM version `1.8` to `11` by setting `kotlinOptions.jvmTarget = "11"`, however I encountered the following error when using this library: ``` java.lang.NoClassDefFoundError: org/jetbrains/kotlin/cli/jvm/plugins/ServiceLoaderLite at com.tschuchort.compiletesting.AbstractKotlinCompilation.getResourcesPath(AbstractKotlinCompilation.kt:219)...
I tried to use your library, which looks very nice, but I am having some trouble reproducing the sample code from the README. Do you have any suggestions how it...
As requested [here](https://github.com/JetBrains/gradle-intellij-plugin/issues/41#issuecomment-457570809), it would be nice if it were possible to run other IDEs configured in the [Setup DSL](https://github.com/JetBrains/gradle-intellij-plugin#setup-dsl) via the [Running DSL](https://github.com/JetBrains/gradle-intellij-plugin#running-dsl).
The current documentation can be spruced up a bit by adding animated GIFs. When recording the GIFs, please make sure that the keystrokes are visible on screen (you can do...
Fold text between matches when AceJump is activated in order to fit more matches on screen.
We need [unit tests](https://github.com/johnlindquist/AceJump/tree/master/src/test/kotlin) covering AceJump functionality, Swing UI and IntelliJ Platform interactions. For more information, please see the SDK Docs section on [testing plugins](http://www.jetbrains.org/intellij/sdk/docs/basics/testing_plugins.html). edit: Please check out [`AceTest`](https://github.com/acejump/AceJump/blob/master/src/test/kotlin/AceTest.kt)...
AceJump currently supports **Line-mode**, and **Word-mode** (#214). It would be nice to support user-configurable modes for custom regular expression searches. Users would enter the custom RegEx on the settings page...
Can you please provide more detailed instructions on how to run the speech experiments from your paper? I am a graduate student participating in the [ICLR 2018 Reproduciblity Challenage](http://www.cs.mcgill.ca/~jpineau/ICLR2018-ReproducibilityChallenge.html) and...
Kotlin∇ tries to build a mathematically sound type system capturing the relationship between functions and fields. This design should be described more formally, but in short there are two approaches:...