While I'm still not 100% sure what the issue was (my guess is that the evolutions were being synced after the evo items message is decoded), I found a fix (4c53e58). I delayed the decoding until the ...
One of the nasty little traps a Java developer can run into occurs when Collection.contains(Object) is not used with appropriate understanding. I demonstrate this potential trap in this post. This is ...
Collection is empty. java.util.NoSuchElementException: Collection is empty. at kotlin.collections.CollectionsKt___CollectionsKt.first(_Collections.kt:166) at wu.seal ...