Chen Mulong

Results 15 issues of Chen Mulong

> Build of the IDE: IU-201.8538.31 Verdict: Compatible. 6 usages of deprecated API. 2 usages of internal API JetBrain sends those emails every day. Need to find a time to...

enhancement

When apply some quick fixes from IDE, like adding missing functions, the IDE will grab focus to the IDE's editor window for the input of param. This behavior causes neovim...

See https://github.com/realm/realm-java/issues/3407 This can be achieve by the newly added API `RealmCollection.isManaged()`

First-Good-Issue
T-Enhancement

`SyncSessionStopPolicy::Immediately` is supposed to close the Realm instance on the sync client thread before the `close()` call on the last Realm instance returned. But it seems it is not doing...

T-Bug

ProxyState is public because of RealmObjectProxy is in the internal package. Need to fix this after #3834 merged.

T-Bug

The design of `Realm`/`DynamicRealm`/`RealmCache` is a long story, and also be noticed that there is a similar thing inside the Object Store which is doing the same for caching Realm...

T-Enhancement

https://addons.mozilla.org/en-US/firefox/addon/ext-saladict/ returns a not-found page. What happened?

remove `getColumnIndexForSort` and use `FieldDescriptor`. Also need to check the exception message. Or maybe just `RealmObjectSchema` like `RealmQuery`?

T-Internal

Currently we are trying to convert all JNI exceptions to java exceptions to make it more readable for users. But the disadvantage is we could not see the native backtrace...

T-Internal