Michael Brown

Results 19 comments of Michael Brown

If you have an existing Core Data store, you can use [migratePersistentStore](https://developer.apple.com/library/ios/documentation/Cocoa/Reference/CoreDataFramework/Classes/NSPersistentStoreCoordinator_Class/NSPersistentStoreCoordinator.html#//apple_ref/occ/instm/NSPersistentStoreCoordinator/migratePersistentStore:toURL:options:withType:error:) to migrate the store to iCloud, using the iCloud options as if you were adding the store. You'll...

Is the problem that it doesn't work at all, or that it works, but you don't know when it's finished? The problem with not getting a notification is actually a...

Hi, You need to do your own de-duplication either when you migrate a non-iCloud store to iCloud and also when you merge changes that have occurred on another device. The...

@mac-gallagher just an FYI that you can use https://github.com/TitouanVanBelle/XCTestHTMLReport to get an HTML version of the Xcode test log, which will include any attachments. The created HTML report can then...

From the [documentation](https://developer.apple.com/documentation/os/osallocatedunfairlock) of `OSAllocatedUnfairLock` it says: > Important If you have existing Swift code that uses [os_unfair_lock](doc://com.apple.documentation/documentation/os/os_unfair_lock?language=swift), change it to use [OSAllocatedUnfairLock](doc://com.apple.documentation/documentation/os/osallocatedunfairlock?language=swift) to ensure correct locking behavior. So to...

@vcsoares are you able to reproduce the crash? If so could you test with the branch of the PR I created to fix this issue to see if it resolves?...

TBH I can't see much of a difference / improvement 🤷🏼‍♀️

After the release of SwiftUI we have continued development of Bento internally, to bring it more in line with the SwiftUI API. We will soon merge these changes back here...

> I am still waiting for your changes @mluisbrown. ⌛ LOL. None of the original contributors or maintainers of Bento (myself included) are working at Babylon Health any more. The...

@RuiAAPeres I heard that some of the original Bento creators are working on a new version. Do you know anything about that, and if it will be OSS? 🤔