Rory Campbell
Rory Campbell
In our project, we handle this outside of the payload library, by mapping over the handlers record and running our own monad. ```purs handlers env = runHandlers env { avatarDelete:...
I see that `removeChild` just removes the node from the DOM. I don't know if my changes will break this as `RenderState`s with a node no longer attached to the...
I would love to get this PR merged as in our team a large chunk of every day is spent waiting for recompilation. Is there anything we can do to...
@wclr Not yet but happy to try and add any issues we find with it here.
I think having a low max height to search would be reasonable (8?), perhaps with the option to increase it in the package config. If there's no workspace found, throw...
As #4548 is merged, is this ok to merge now?
> * If this revert is desirable, there may be a bunch of `Generic` and `NFData` instances that can also be cleaned up. Good point. I've removed them. > *...