Kenneth Geisshirt
Kenneth Geisshirt
@liamjones The `'VERSIONING_SYSTEM' => 'apple-generic'` was used very old versions, and we simply forgot to remove it in https://github.com/realm/realm-js/pull/4163 🙈. And by "we" I actually mean me!
I have enable some tests, and the last disabled tests have a `TODO` explaining what we need before enabling them.
@mevilbhojani @piesuke @Dv-Andrew @andy-dextrous @sharifmacky I am using Chrome 124.0.6367.208 (Official Build) (arm64) on MacOS 14.5, and so far I haven't been able to reproduce it. `index.html`: ```html RJS-2809 Start...
Updated `main.js` to: ```js let watcher; async function main() { const APP_ID = ""; const DATA_SOURCE_NAME = ""; const DATABASE_NAME = ""; const COLLECTION_NAME = "person"; const app = new...
@davide-ciraolo You have a couple of interesting observations, and I am curious to understand the impact of Babel is (https://github.com/realm/realm-js/issues/6626#issuecomment-2079834900 is hinting that Babel might have a negative impact). Can...
@ShaileshRajesh > my app is crashing Can you provide the error message and a stack trace?
@tekvyy The plugin is deprecated so I assume it is safe to remove it 😄
With the `class Counter` approach, I imagine we need to annotate it in the schema. The approach `cars.increment("passengers", 2)` will not (any `int` property is allowed), and it will make...
@GitMurf Thank you for reporting it. In v12.0.0 we changed to a new logger, and since it is a singleton shared across threads - and processes? - it can be...
@GitMurf > I saw reference to an update to the logger I don't believe so - it is related to [`inspect()`](https://nodejs.org/api/util.html#utilinspectobject-options) so it is easier to dump objects while debugging...