blagoev

Results 40 comments of blagoev

I find this problematic ``` class MyObject { int foo { get { // Here 1 is the generated id for this property and is a compile-time constant return realmCore.getValue(this,...

Then I guess the sample code is misleading. It should be ``` return realmCore.getValue(this, 'foo', 1) as int; ``` or maybe the name to id mapping is set beforehand.

Yes indeed the mapping should be done beforehand. then it should work.

For the record. When freezing an object it's `realm` becomes a new different `Realm` instance. Hence the `realm` equals check.

Hi, We have plans of doing something similar to .NET thanks for the feedback.

I can't share specific timelines but I can assure you the team is working hard to get there. Will be glad to hear more about what features are you missing...

Hi, We have just released a Release Candidate version. Hope that you could try and that it will work for the French project you wanted to start on. cheers

Hi, this is high priority on our list for the upcoming features.

@plotic As @nirinchev said we have a policy not to discuss timelines, but I can assure you this is on top of our priorities.