Jason Flax

Results 27 comments of Jason Flax
trafficstars

@sujeet0009 Are the `ServiceAPI` methods doing anything across threads?

Can you provide us a code sample and stack trace please?

Hmm... I took a look at the crash logs. Nothing sticks out to me, and I've ran our test suite locally on an iOS 15 device. How large is the...

Is your app part of an app group? Is this work happening when the app is backgrounded?

Current update is that we are enabling Actor confined Realm's in the near future. I know it is not exactly what is being asked for here, but technically accomplishes the...

This is now included in release 10.38.3: ```swift @MainActor function mainThreadFunction() async throws { // These are identical: the async init continues to produce a // MainActor-confined Realm if no...

Some field renames and added methods snuck in. If I remove the `MongoQuery` addition (it was experimental and was chatted about when the project started), what else is missing @tgoyne...

Alright, I'll clean it up.

Hey, happy to hear you've been using Realm so long! We always appreciate when the community reaches out to assist others. I have a few questions and queries for you:...