Andries
Andries
Please provide sample configs in YAML, as YAML is really the standard for CI/CD systems configuration, and I do not see why we need to add yet-another-configuration language.
I've started to use this library in one my projects as my preferred choice of assertions. But I notice the family of `containsXXX()` assertions just have to many caveats associated...
I've been adding this simple extension function to peek into my assertions: ```kotlin fun Assert.peek(peekActual: (T) -> Unit): Assert = apply { given(peekActual) } ``` I use this function mostly...
Here is the stack trace: ```text GotoTestOrCodeAction#update@MainMenu (com.intellij.testIntegration.GotoTestOrCodeAction), actionId=GotoTest, text='Test' org.jetbrains.kotlin.idea.caches.resolve.KotlinIdeaResolutionException: Kotlin resolution encountered a problem while analyzing KtTypeReference at org.jetbrains.kotlin.idea.caches.resolve.ResolutionFacadeWithDebugInfo.analyze(ResolutionFacadeWithDebugInfo.kt:43) at org.jetbrains.kotlin.idea.caches.resolve.ExtendedResolutionApiKt.analyze(ExtendedResolutionApi.kt:124) at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze(ResolutionUtils.kt:123) at org.jetbrains.kotlin.idea.caches.resolve.ResolutionUtils.analyze$default(ResolutionUtils.kt:122) at io.kotest.plugin.intellij.psi.ClassesKt.getAllSuperClasses(classes.kt:50) at...
Issue Type: Bug 1. Install latest gradle (7.2) 2. Generate kotlin project with gradle build script in KTS format. 3. Open up in vscode Language server does not pick up...
Is it possible to add support to render [PlantUML](https://plantuml.com/) code blocks?
I wanted to use this library, but for some reason I does not override the config as expected. Eventually I just took one the samples out of the docs, and...