Kolja Kube

Results 7 issues of Kolja Kube

It looks as if the messages printed by the plugin (about the skipped/ignored tests) are getting caught by the `NoSystemOutListener`, causing it to fail. ``` import io.kotest.core.spec.style.FreeSpec import io.kotest.extensions.system.NoSystemErrListener import...

bug 🐛
assertions 🔍
pinned 📌

Pasting Text containing `

Hi there, thank you for writing makesure! A build system/command runner that is a little easier to read than `Makefile`s but that does not depend on any new packages (not...

Hello, I am currently using `MVStore` as a basis for a simple key-value store in my application. Now I seem to have an irrecoverable store that has a chunk with...

MVStore

I have, not for the first time, encountered the following situation: A directory contains a set of similar files, lets call them definitions. ``` ./ - definitions/ - def1 -...

I sometimes need to implement update tasks. A basic setup can look like this: ``` @goal 'x-created' @reached_if test -f x touch x @goal 'x-deleted' @reached_if ! test -e x...

Hello! While introducing [context parameters](https://github.com/Kotlin/KEEP/blob/context-parameters/proposals/context-parameters.md) in my code, I noticed that ktfmt is not able to handle them on properties (at least properties in classes/interfaces, global scope seems to work...

bug
good first issue
help wanted