Robert Stoll

Results 150 comments of Robert Stoll

closing this as there were no votes so far and the gain is not enough IMO as intellij supports the jump to the right place

I am using the volume widget and I still encounter the memory leaks unfortunately

I don't know how detekt retrieves the source sets but the following: ``` project.afterEvaluate { println(the().sourceSets.joinToString("\n")) } ``` Shows commonTest: ``` source set commonMain source set commonTest source set jsMain...

I totally forgot one important aspect. I actually see coloured log messages which are not from sbt. E.g. a log from an Actor

I face the following problem: I have tests in a common module using mockk-common, as I have also a JS module it currently fails with compile errors. As workaround, I...

I am still interested, could you add an important label?

same problem here (mockk 1.9.3). Small example code to reproduce the problem: ``` interface BaseRepository { fun save(obj: T): T } interface IntRepository: BaseRepository fun main(args: Array) { val a...

Its planned that Kotlin 2.1 will support references to synthetic java properties. We will see if that finally fixed the ambiguity the kotlin compiler produces