Drew McCormack

Results 12 issues of Drew McCormack

Was not compiling with recent Swift compilers. Fixed an unwrapping issue, and updated Swift-Kuery dependency.

Have adopted the library to do direct SQL queries. At first I used a single shared connection. It was fast, but after about 30 minutes of production running, I found...

This is achieved by swapping in a NSFileCoordinator subclass that does no coordination.

Each event includes all the unique Ids of the stores in the revisiting. We could compare this to the unique ids in the stores dir, and ignore the file if...

enhancement

A corner case that could be problematic arises if a user transfers their data to a new device. If their old device is no longer used, there should not be...

enhancement

Introduce random delays in file copy operations and have merge operations occur simultaneously, to simulate unexpected changes

tests

We currently store the model hashes with events, so we can identify models that are unknown and pull out of a merge. It would be good to also have major...

enhancement

Using the same global id in two different entities, even when they are not parent-children, does not work in v1.x. It gives an error on merging for this code: ```...

This tutorial should help: http://www.devfright.com/ios-7-background-app-refresh-tutorial/

enhancement

Add a property on the ensemble to set a model configuration. Make sure this is used when accessing the model through the framework.

enhancement