Mitchell Yuwono

Results 16 comments of Mitchell Yuwono

Hey @BenWoodworth thank you for the recommendation. We did explore something similar prior in https://github.com/kotest/kotest/issues/2574#issue-1028289236 Back then I did manage to get it in some working state but I couldn't...

@BenWoodworth this might be of interest https://github.com/kotest/kotest/pull/3469 after we get this in perhaps there's better avenue to extend this to enable this feature.

@CLOVIS-AI what if we use the extension function instead? i.e.`T.nel(): NonEmptyList` would that improve readability? something like ```kotlin ensure(...) { Failure.A().nel() } ``` Just my opinion, I think I would...

Thank you @christophejan I wasn't aware of that project. That one is interesting. `JsonNullable` does have the similar objective, approached using using the Java Optional-ish approach instead of Kotlin sealed...

Thank you for reporting this @christophejan I wonder if we should classify this as a feature instead of a bug? Sorry for the late response I was out sick in...

We can perhaps address this in two steps - maybe firstly just ignore serializing the type information for either when default typing is activated. This way we can close this...