Emil Kantis

Results 145 comments of Emil Kantis

Thanks @jmfayard 💯

This feels like an anti-pattern to me. Explicitly tagging the Spec and not inheriting behavior makes it clearer what's going on with it, what kind of spec it is, etc....

Thanks. I respect that it's a matter of taste and perhaps I was being too opinionated. :) I made a draft for this here: https://github.com/kotest/kotest/pull/3199

Tag inheritance can now be enabled in Kotest 5.5, enjoy :)

@stengvac please test with latest version of kotest and raise a new issue if the problem persists, since this turned out to relate to a gradle 6.x bug. Preferably along...

> Did I correctly identify the changes that should be done Yes, I think so > Since there are no options yet available for shouldBeValidJson, I doubt that creating an...

Would love to work with you on that @aSemy. I threw up a repo [here](https://github.com/Kantis/ks3)

Given: ```kotlin @Serializable data class MyClass( val x : Int ) ``` You can do ```kotlin val (_, _, result) = "http://localhost:1080".httpGet() .responseObject( loader = ListSerializer(MyClass.serializer()), json = Json.Default )...

I guess #633 might resolve this, since unsigned types are implemented using value classes

My 2 cents is that I don't think this is something that needs to be strictly linted. I think the main benefit of using Ktlint is to get rid of...