Stefan van den Oord
Stefan van den Oord
Indeed @egv, that's an option that I hadn't considered yet, thanks! At this moment I don't feel like including it in my framework, because I don't want to _require_ the...
Hi Ran, As far as I can tell, `skipRepeats` is already used because ReSwift does that automatically when your state is `Equatable`, which is required by ReRxSwift. If I understand...
I like the idea, but I don't have time to work on it atm I'm afraid...
@cloutiertyler Sorry for taking so long. I'm ok with adding such convenience functions. Please make sure you include unit tests and update documentation, thanks!
Thanks @daytonellwanger! Regarding your question: indeed when I create a new file _in a live share session window_, personally I would expect it to be visible to all parties, regardless...
@daytonellwanger Did you have any additional thoughts about this since last time? I think it would still be nice to address this (especially since it can result in loss of...
These are two relevant comments in the Calva issue (https://github.com/BetterThanTomorrow/calva/issues/1850#issuecomment-1239222477): > Downgrading Calva solves it because the earlier Calva version didn't have notebooks, so they couldn't interfere with LiveShare. >...
This seems very interesting! As an exploration of this library, I might actually pick up this issue. I could use the following input: * A `CONTRIBUTING.md` detailing how to build...
Thanks for the details, that really helps! And don't worry about what you said regarding docs, I was actually impressed by the extensive README... If and when I get to...
Started draft pull request #49.