dsl101
dsl101
I've also been able to reproduce it in the browser—but apart from that `fromCache` flag, everything else in the event seems correct (e.g. `docChanges()` contains 1 element on the first...
I built a small test-case using native firebase SDK rather than vef, and, ignoring all the extra bells and whistles that vef provides (I'm only really interested in online, so...
Just a question—how much of this complexity is due to managing the 'optimistic' update of the local state before sending data to firestore? I ask only because I've coded up...
You seem a little offended by my comment—certainly that wasn't my intention. As for reinventing the wheel, why not use [vuexfire](https://github.com/vuejs/vuefire), which has been around since 2016 and is now...
Tx for the replies—I've used vuexfire for that last few years with firebase, and decided to give vef a try when porting the app to firestore. But there are a...
I just tried on the latest version of GIMP (2.8.18) and BIMP (1.17), and I get the same original image (I can tell it's been processed, because the timestamp is...
So, this is a new Arch install, and I just selected Desktop / KDE in the `archinstall` menu. I've done no other configuration so far, other than fixing SDDM crashing...
+1 for this. In my case, my array contains the ids and the child components use this to access other data elsewhere. So I can use `:itemKey="x => x"` I'm...
I suspect it is the depth of nested scopes. This example demonstrates. But still, is this the theme or syntax file?  ``` // 8 levels OK if (true) {...
I posted this elsewhere, but even just checking if the current content is the same as the edit box and not updating in that case would be a big win,...