Craig Smith

Results 2 issues of Craig Smith

If I connect using a high latency, satellite connection, the AWS SDK cannot retrieve a token. This problem started with 1.11.678. I have not found a configuration to increase the...

feature-request

When I try and parse a nullable enum, I get TypeCastException: ``` import com.beust.klaxon.Klaxon import org.junit.jupiter.api.Test import kotlin.test.assertEquals import kotlin.test.assertNotNull import kotlin.test.assertNull enum class MyEnum { FIRST, SECOND, THIRD }...