Daniel Meyer

Results 200 comments of Daniel Meyer

When you delete the src folder, which import suggestions does your IDE give you? Are they correct or are they from the dist-folder?

Hmm, so the default import would not be correct anyway, no matter if the src folder is in the package or not. I do not want it to remove it...

I do not have Webstorm, only vscode and there the import suggestions are wrong, both with and without having the `src` folder. I tried several things like removing legacy main/module...

Migration to typescript would be awesome.

Hi @kryon-7 Thank you for the investigation. Do you think it is possible to craft a unit test that fails nearly 100% to reproduce this? I think we have to...

Hi @kryon-7 > error can be reproduced with near 100% reliability This test also only reproduces if random delays are monkey-patched into the storage. Also your test uses `getStorage('memory-long-query-delay').getStorage()` in...

The thing is that javascript has a single process and many parts on RxDB intentionally rely on that. If the insert-tx completes, we directly emit the events to the changestream....

@andreuka But on mobile, if a tab is hibernated, doesnt it also elect a new tab as leader? Because in my testings it does.

Hello everyone. Just released version `16.5.0`. This version contains the [toggleOnDocumentVisible](https://rxdb.info/replication.html#toggleondocumentvisible) flag on the replication states. When `toggleOnDocumentVisible` is set, the replication will always run in leader AND the currently...