Kyle Stewart

Results 2 issues of Kyle Stewart

Have the following transformer which doesn't work: ``` class OptionalNSNumberToIntTranformer: NestedTransformer { typealias TypeOfData = NSNumber? typealias TypeOfProperty = Int func setter(_ dataValue: NSNumber?, type: Any.Type) throws -> Int {...

Current State: When Retrolux is unable to parse the JSON, we get an error message and the entire response from the server via the response.data object. Desired State: Along with...