Luca Ban

Results 524 comments of Luca Ban

I'm having difficulties trying to reliably reproduce this. The times there's no problem for me: The times there's a problem: I have no idea of the cause yet.

added more info working case: failing case:

on a local build, I comment out the entire part at: > else if (gotFirstLocalResponse) { > // it's not the first call and it's a change from cache I'm...

@dsl101 Ok, I found out it will fail no matter how long you wait, as long as you do something like this: ```js dispatch('company/openDBChannel', { companyId }, { root: true...

tracked down the bug to the firebase sdk level. I hope to find a workaround soon https://github.com/firebase/firebase-js-sdk/issues/3053#issue-616611587

Making some progress in the firebase thread. Hope that they can look into it. Based on their solution/answer I will either way have to review how my library handles what...

@dsl101 I agree with @louisameline that: > problem 2. user doc is not updated when that doc is updated through the users module and visa versa this is a problem...

@dsl101 it's always healthy to weight the pros and cons of introducing a library into your codebase. To see if it does what you need it to and if it...

Hey @dsl101 a quick note on the current status of the optimistic UI: - write actions: They update the local data in vuex first, then they start a queue to...

@dsl101 problem 1 is fixed in latest version. problem 2 won't be fixed for v1.0 because it requires a complete rewrite of about half of the library, but it's already...