Daniel Gronau

Results 3 issues of Daniel Gronau

After I tried upgrading my project https://github.com/highj/ from 0.10.2 to 1.1,1, I got several errors like this: `[ERROR] Derive4J: unable to process org.highj.data.transformer.FreeArrow due to No value present java.util.NoSuchElementException: No...

Java collections in Kotlin can be easily converted to arrays using reified generics, and it would be nice to have the same functionality directly on Vavr collections. The implementation can...

When a class contains a field with a vavr interface type, e.g. `Map`, Gson can't deserialize it, as it needs a certain implementation of `Map`. Often a particular implementation (like...

enhancement
help wanted