Max Ludwig
Max Ludwig
Seconding this! Additionally, maybe the whole release process for the client can be improved a bit as it's currently a bit cumbersome for us, the consumers. For example, this is...
Thanks @Jopie01! I took a brief look, didn't try it yet though. Can you elaborate (maybe update the README), how the screenshots are different or better even? The code seems...
Apparently this works: ```kotlin fun main() { val lorem = mockk() mockkStatic("sandbox.SandboxKt") val dir = Dir("ipsum") every { lorem getProperty "ipsum" } returns dir val result = bar(dir) assert(result ==...