Daniel Meyer

Results 200 comments of Daniel Meyer

Can you make the test by only using the "normal" RxDB api without accessing the internal storageInstance? Atm this test does not seem to match you reproduction steps.

Thank you for reporting. Fixed here https://github.com/pubkey/rxdb/pull/6564

TODO https://discord.com/channels/969553741705539624/1027887523705389108/1311318952575500301

Closing this. I refactored most parts and restructured the sidebar. PRs to improve further are still welcome.

Hi @alex-zywicki I thought a lot about this and I do not think we should deep-merge on patch. If a nested object is replaced with patch, it should not keep...

I think the problem is the naming of the function "patch". I checked and there is no "official" definition if a patch should deep merge or not. Lets have a...

Hi @alex-zywicki The current library does no mix up these modification functions with any flags. Therefore our deepmerge function should also not do this and be a separate function with...

Thank you for the investigation. PR is welcomed, maybe we should start with a test case.