Rosano

Results 58 comments of Rosano

> Interestingly, all of you also took their screenshots in Chrome. Mine was in Safari.

I seem to have reproduced this three times today with my flashcards app like this: - open app in private window in Chrome - import 1500 objects (~2000 IndexedDB entries)...

Just tried it in non-private Chrome window and the same thing happens: there were two parent objects in anonymous mode, and after connecting there are four (according to `local.itemsMap` but...

I don't know how the syncing works but I imagined a hypothesis that the more objects there are to sync, the more likely it is that some child will arrive...

Just wanted to add this info in case it helps anyone with debugging. I am sometimes able to re-fetch all data by calling the undocumented [`client.flush`](https://remotestoragejs.readthedocs.io/en/v1.2.3/js-api/base-client.html#flush), but currently it's failing...

I seem to have reached a state where a client receives sync events and upon reloading the app, the new documents are not accessible. Perhaps it's happening more often now...

I managed to capture it on video: https://www.dropbox.com/s/3rj4z2vgdq5t29b/2021.04.08%201%20disappearing.mp4?dl=0 Items created on one client sync to another but disappear on reload. I have observed this in at least three of my...

Okay so another observation is that if I create a new document on the second client and reload, it begins to display the documents that were previously not accessible. This...

Noel De Martin encountered this recently with Chrome on Android https://github.com/wikiavec/hyperdraft/issues/4 @raucao I'm wondering how you haven't seen this in the wild yet. Are you using 5apps or a different...

@skddc I always use `caching.enable` which defaults to `ALL`, but this was not on the public folder. > If it works on the second try, then it sounds very much...