Brad Root

Results 119 comments of Brad Root

Got blocked trying to generate a CloudKit schema. > CloudKit integration does not support ordered relationships. The following relationships are marked ordered: > Game: pages > Page: decisions > >...

Another possibility is to set up a second core data store just to support syncing. Model would be super simple, local_uuid, game_json (the export of the game), sync_timestamp, and date_updated....

This doesn't have to be the solution--because I quite like my last comment's idea of essentially a document store using CloudKit--but taking that idea even further, does it not seem...

Idea of a document store backup is winning in my mind. And it should be essentially one-way where by default your books are uploaded to the sync database whenever they...

Unfortunately because we want to support iOS 13& 14 I have a feeling SwiftUI is a no go for this project for a while.

> Unfortunately because we want to support iOS 13& 14 I have a feeling SwiftUI is a no go for this project for a while. Backing up a little, iOS...

For other people who stumble here, there is an Amazon Linux docker image that can be useful for building packages to be used in Lambda, no need to launch a...

boto3 comes built in when you use python runtimes in lambda

If you've modified your Nginx install to remove the server name and version, you need to edit the Nginx configurator script to hardcode the server name as Nginx and the...

> Overall the timezone converter is quite frustrating to use. For example, if I want to get the beat time for 5pm, it's very hard to get the slider to...