phldavies
07/08/2024, 10:10 AMNonEmptyListDecoder
with a value class? It seems to work fine with a normal List
field or with Nel<String>
(although the error for an empty list isn't particularly helpful: "Required type class arrow.core.NonEmptyList could not be decoded from a List")phldavies
07/08/2024, 10:11 AMOnly instances of KClass are supported [was out A]
when using my value class (simple wrapper around String
). Happy to raise a ticket if it's not just me.