cbh2000

Results 9 issues of cbh2000

Retrolux v1.0 is currently being designed and prototyped. It's primary goals are: 1. Use Swift 4's Codable protocols instead of the pre-1.0 "Serializer" concept 2. Use Swift 4's built-in JSONEncoder...

They are actually supported, but it's hard to use and confusing. > I evaluated the code and realized why NestedTransformer's code appears to be stupid. tl;dr, delete the `?` from...

Some IDs are integers and it's annoying to have to pass in String(myInt) all the time.

ReflectionJSONSerializer's fault! I.e., when using `afterSerialization` to inject an unsupported type into the raw dictionary before it gets passed into `JSONSerialization`.

Right now it just logs ``, but should be more like Realm.

Specifically, persisting the requests and sending them when the network becomes available. And coming up with a productive mechanism for notifying the GUI when the task is actually sent. Related:...

It's just too dang convenient. Realm does this too, IIRC.