blagoev

Results 40 comments of blagoev

I have been constantly thinking and revisiting this PR for the last weeks and I think we are doing a step in the wrong direction here. I have taken a...

We have discussed internally and it seems we need a dynamic API in the Dart SDK to support certain use cases like app users building the Realm schema at runtime...

@calvintam236 Thanks for posting. This is true only for required properties. If you have a nullable (optional in Realm) property in your model than it is generated as named. The...

@calvintam236 Certainly there are choices to be made and we try to optimize for the majority of the use cases. We have indeed consider your suggestion when we implemented the...

There is some work in Core about this https://github.com/realm/realm-core/pull/5516

I converted to draft. If we close it someone might delete the branch. Let's keep it for a while. I know dangling PRs are not great but...

I would like to understand more. Even though core supports it why would we allowing this. I would argue this in 110% of the cases is a mistake when defining...

This was superseded by #468

reopened since this has nullable objectid support

> and remove a dictionary lookup on every property access Why is this a problem? What we are trying to optimize for. Have we identified this is really a performance...