Evert van Brussel
Evert van Brussel
I don't know exactly how to apply these options on my mac, but I have a question about them. So I have the latest macbook pro with the micro-led backlight...
@crisward I personally love the syntax you came up with, but I'm sure there's gonna be a lot of complaints that "that's not how javascript actually / normally works".
Just to add my 2 cents. I find an extra $watch rune less confusing in this case. I'd rather have two runes that serve a similar purpose, but use two...
@Gin-Quin well I agree with almost everything you're saying. Especially the lack of transparency of when an `$effect()` would re-run could be a serious problem I think. > This also...
I would find it just a *bit* more readable if it mentioned the word `Array`, like `NonEmptyArray` for example. Other than that, I'm all for it. Or indeed, `OneOrMore` or...
Isn't the difference that tuples have a fixed length and arrays have a variable length? So a `NonEmptyArray` is not the same as a `NonEmptyTuple`. The main difference being that...
Yeah no good reason, I'd be very happy if this was just supported in `Merge` by default. And even better if it could be supported in `MergeDeep` as well.
Hey guys, I did not read the entire thread, but I just wanted to add my 2 cents. In my personal Sapper project I've written this file. https://github.com/Evertt/sapper-cms/blob/main/src/store/firebase.ts And it...
@makeitTim I have a working project using firestore both client-side and server-side (as in during SSR). Not using sveltefire though, but using my own firestore wrapper. My project is still...