Kenneth Geisshirt

Results 27 issues of Kenneth Geisshirt

## What, How & Why? Cherry-picking from https://github.com/realm/realm-js/pull/4655 ## ☑️ ToDos * [ ] 📝 Changelog entry * [ ] 📝 `Compatibility` label is updated or copied from previous entry...

cla: yes

For prereleases, we use `alpha`, `beta`, etc. - based on semver. For example, a valid version in `11.0.0-rc.2` Currently `scripts/set-version.sh` cuts `rc.2` and https://github.com/realm/ci-actions/blob/main/update-changelog/src/helpers.ts#L8-L49 will not work. While https://github.com/realm/realm-js/blob/master/scripts/set-version.sh#L14 gets...

A number of users of [Realm (for Android)](http://github.com/realm/realm-java) has asked if we support Roboelectric. Realm's development is very such driven by user feedback, and we would love to be able...

simulation enhancement

When sync is enabled, the layout of the file system is following some strict rules. In order for people to find their Realm files while developing/debugging, we should document it....

T-Doc

We catch C++ exceptions at the border between Java and C++ using the `CATCH_STD()` macro. The C++ exceptions originate from runtime libraries, core and object store. Currently we throw Java...

T-Internal

## What, How & Why? This closes #6638 ### The manifest The actual privacy manifest is based on our current understanding of what is needed. ### Testing 1. `npm pack`...

cla: yes

### Problem Realm Core supports a special case of integers: counters. Counters are in particular useful for synced Realms. See also https://github.com/realm/realm-core/issues/5056 ### Solution We'll be adding a new property...

T-Feature

Currently the `{App, User}.addListener()` callback has zero argument. We should take the API slightly to: * {{Realm.App.addListener((app) => { /* ... */ }}} * {{Realm.User.addListener((user) => { /* ... */...