Grant Grueninger

Results 5 comments of Grant Grueninger

I'm also seeing this, using the latest version (installed using the "manual" install instructions). Possibly related, `mailData.encoding` is always `.binary`, even though most of the message parts are quoted-printable (and...

Hi Jordi, I like the (embarrassing) spelling fixes, and the idea of `syncSucceeded`, but I'm concerned that the name is misleading, the intended usage kinda duplicates the `importState` variable (since...

Hi @benguild, The SyncMonitor class itself is an `ObservableObject`, so any property you include in a SwiftUI View (assuming you're using SwiftUI) will be updated when there's a change. You'll...

Hi @bnulman , Are you using version 3.0.0, which we just released yesterday? It has a bunch of changes, which may or may not improve the situation. If not, I'd...

Hmm, if `NSPersistentCloudKitContainer` is essentially sending nested notifications, then `SyncMonitor` isn't designed to handle that. If you made the workarounds within `CloudKitSyncMonitor`, could you submit a pull request?