Daniel Meyer

Results 200 comments of Daniel Meyer

I am sorry, I have no clue what is happening here. Maybe you should start with a reproduction unit test in a PR. Then the CI will show if that...

Also updating to newest RxDB version could fix that because it has an updated dexie version.

Closing this. Please update to the latest RxDB version.

Since v15 we use the mingo library for updates: https://github.com/kofrasa/mingo?tab=readme-ov-file#updating-documents I do not think your given update statement is valid because it does not contain a $ operator.

Closing this. I think the correct call would be like: ```ts DB_INSTANCE.my_collection.findOne({ selector: { /*...*/ }, }).update({ $set: { ...data, title: 'newTitle', } }); ```

Yes @AudunVN is right. I (=RxDB) am not affiliated with hood.ie and there is no endorsement or anything. I just grabbed the domain in my growth hacking attempts for RxDB....

This is a [RxDB](https://rxdb.info/) thing, I do not think this belongs to lokijs. `ensureNotFalsy()` is a RxDB internal function.

It looks like the nodejs-memory is to low for your contract, maybe because of the amount of imports. Can you increase the memory-size and try again?

Maybe you have an infinite cycle of imports. I think we need something to reproduce this in a simple way, not with 50 contracts importing each other.