Râu Cao
Râu Cao
@leto Is it set up already? Can you post a link to example test results?
@michielbdejong Not sure which docs exactly this is referring to. Could you explain/link plz?
Ah, got it. Thanks!
There's no `list()` function on `BaseClient`, so it would be useful if you could link or show the actual code there. Also if you can, add a little more context...
Oh, I think I understand the confusion. A listing is never supposed to give you the actual objects. That's what you would do with `getAll()` for example. Was that the...
I'm sorry, but the screenshot doesn't show the output of `getAll`. It is not possible to infer what your code is doing, and what the situation is. You will need...
Thanks! This detailed description should be very helpful for debugging the issue. Looks to me like there's some kind of race condition bug in the outgoing sync. I'm currently hoping...
That would explain why it's been undetected so far. Not many apps both cache and sync binary files. Another good hint for debugging!
This is becoming weirdly common (see latest linked issue, too). I was not aware of this bug happening on any meaningful scale until this issue was opened. Interestingly, all of...
Does the same happen in a non-private window? That would be immensely helpful to know. Private modes are notorious for breaking all kinds of local storage in surprising new ways.