Emil Kantis

Results 26 issues of Emil Kantis

When a user wants to define a new spec, they can: 1. Create a **Kotlin file** (Not class) in the desired location, with the name of the spec they want...

According to Spring's spec, `afterTestExecution` should be called before any other "afterTest" methods are invoked by the framework. Likewise, `afterTestMethod` should be called after all other "afterTest" methods by the...

Running `SkippyAnalyze` task in a project which uses Gradle's configuration cache yields the following error: ``` 1 problem was found storing the configuration cache. - Task `:autoinvoice:skippyAnalyze` of type `io.skippy.gradle.SkippyAnalyzeTask`:...

type: bug
component: skippy-gradle

The given test fails on 2.8.0 lates, but was working fine on 2.7.5 ```kotlin data class SomeConfig( val someMap: Map, ) data class Foo( val bars: Map, ) class ParseWithMapSource...

Given that I make any request that tries to decode something to a `List`, where `T` is not serializable, Ktor-client will generate an error like this: ``` kotlinx.serialization.SerializationException: Serializer for...