cbh2000
cbh2000
Duplicate of #9. Probably better to add priorities to queue internally, but this is a good workaround in the mean time.
If my memory is correct, that's when Swift switched to binary .swiftdeps. There is a utility to convert them back into text, but it's in the Swift source and someone...
Will need to be a delegate-based notification system instead of callbacks, because the lifespan of a background upload/download may exceed that of the app itself.
The purpose of this issue is to decide upon the scope of v1.0. It should not be used to discuss progress towards implementation.
An in-progress requirements document for Retrolux 1.0 lives here: https://goo.gl/6f1fqf
@mitch10e I paused development while I considered future options. I think it's still on, but I'm mostly hesitant about whether or not someone else will be able to maintain it...
To clarify, this works (by simply making it non-optional): ``` class OptionalNSNumberToIntTranformer: NestedTransformer { typealias TypeOfData = NSNumber typealias TypeOfProperty = Int func setter(_ dataValue: NSNumber, type: Any.Type) throws ->...
It's already working for computed properties. Just not `let myThing = 3` properties. Find out what Realm does and mimic that.