Dmitry Kandalov
Dmitry Kandalov
+1 the same for scala and haskell. The project looks good but it unfinished.
Here is one more puzzler from kotlin slack https://github.com/dkandalov/kotlin-puzzlers/blob/master/puzzlers/x-child-apply.kts: ```kotlin open class Node(val name: String) { fun lookup() = "lookup in: $name" } class Example : Node("container") { fun createChild(name:...
I looked into the issue and it seems to be related IntelliJ 🙄 In particular, power-assert works fine from command line, i.e. `./gradlew build` is successful. It only fails in...
I raised this PR https://github.com/npryce/hamkrest/pull/15 (but forgot to reference issue in commit name).
I agree it would be great, although it would probably require starting separate JVM to attach to JVM in which IntelliJ is running. Sounds a bit complex to me :)
I think being able to run unit tests within intellij jvm can offer similar benefits and is much easier to do.
Thanks a lot for reporting this! Can you please copy the exact version of PyCharm from the "About" window (and I assume it's liveplugin version 0.7.0). I tried the following...
Hm, in the `Non-Bundled Plugins` part of the output it says "LivePlugin (0.6.8 beta)" so maybe it's failing because of that 🤔 I mean can you try upgrading to 0.7.0...
Thank you for reporting this! I haven't verified it in DataGrip 🙈 but I could reproduce it in IntelliJ IDEA (mostly on IDE startup). Should be fixed in plugin version...
Do you mean your inspection is checking resources files, but after user fixes a resource file IntelliJ still shows errors? Or do you mean that after you change the inspection...