Kasper Overgård Nielsen

Results 89 comments of Kasper Overgård Nielsen

The callback never gets called. Problem is we can have users hang forever on fx. `await waitForUpload()`, if a fatal sync error happens, such as a user writing to a...

@jbreams I agree. This particular case is no longer a problem.

We will eventually support `AnyRealmValue` (name may differ) in Dart as well, ie `Mixed` from Atlas App Services (https://www.mongodb.com/docs/atlas/app-services/schemas/types/#std-label-schema-type-mixed). There are restrictions on what can be stored: > Mixed >...

@dotjon0 Our policy prevents me from talking about timelines. Obviously we are heading into summer vacation territory, so I would be surprised if it happens this side of summer.

Hi Lukasz Great to see you here. Yes, we plan to support embedded objects. There are a number of major and minor features we are still missing. - Embedded objects,...

Sorry about that. Will close when Embedded objects land.

As you know I'm really not allowed to give ETAs. I can say that we intend to make more incremental releases than we have in the past, and that embedded...

We do not currently support `Map` (https://www.mongodb.com/docs/atlas/app-services/schemas/types/#std-label-schema-type-dictionary), but we will before GA. There will be some restrictions, such as keys must be `String` and the values will have the same...

Hi @calvintam236 This is something we have discussed in the team. As you mention, It would require the user to take a dev dependency on `realm_generator`. For now, we have...