Robin Munn

Results 288 comments of Robin Munn

/remove-lifecycle stale Does it actually *help* to add spam like this to the comment thread of issues? Or does it just punish users who think "Okay, I've submitted a bug...

Further activity to prevent stale bot from closing this. Also, does the stale bot contribute *any* value commensurate with the extra effort it takes to prevent it from closing valuable...

I think this needs a lot of testing and user feedback to verify whether it's what people would expect. If I write `derived([storeA, storeB])`, normally my derived store's callback is...

I cloned your repo and did a few tests. Here are my findings so far: * The HTML delivered by the SSR includes `2`. This looks correct. * There's a...

Okay, I'm pretty sure I've identified the precise cause of the bug. I'm not familiar enough with the Svelte code to *fix* the bug, but I know *why* it's happening,...

The version option is `-V` (uppercase), precisely because lowercase `-v` is so often used for `--verbose`. That's a *de facto* standard in all the Linux software I've seen, so that's...

@rubin55 Assuming you meant -v / --version, then the way I wrote this, it's not possible to override the shortname for the automatically-generated --help and --version options. (You could always...

P.S. http://www.catb.org/~esr/writings/taoup/html/ch10s05.html also says of the `-V` (uppercase) switch that "It would be quite surprising for this switch to be used in any other way." Now, he meant that it...

There would be an interaction between this and the `limit` attribute. Currently even if `limit` is present, the list widget calculates the entire list anyway even if it's only going...