Simon Altschuler

Results 35 comments of Simon Altschuler

Looking forward to this :)

I would love for this to be an option on the Mapper. Also, with typescript, `applyDefaults` is not a known method on `Schema`.

+1 - I have been looking for this as well

@anhldbk The problem is not where to do authorization, but rather that if a user subscribes to something that user is not authorized to, that subscription should not be allowed,...

Oops sorry, accidentally closed this

Thank you! Works perfectly :) would make sense to have this in the repo, at least from an easy-start point of view. Or maybe in the immer library itself?

I think it would be _more_ confusing if the effects of `action1` are waited for before scheduling new actions. If one required the sequence to be `action1`, `finish_action1`, `action2`, then...

In this case it's HTML5 drag and drop events, it might not be an issue for custom type of drag and drop systems where you manage the entire flow without...

I have this issue as well. It's happens when closing the modal takes a while (>1 second). In my case I'm doing some heavy work that takes a while to...