Cyril Sobierajewicz

Results 32 comments of Cyril Sobierajewicz

Foldable1 has a foldl1 method since https://github.com/purescript/purescript-foldable-traversable/pull/121.

I would be in favor of dropping the alias. It allows to document the behaviour of the Alt instance for Except though ( accumulates foreign errors instead of keeping only...

> Attempt to coerce a foreign value to an array. This is consistent with the documentation though, so perhaps it was done on purpose?

I’d be very much in favor of adding support for such interface definition language to PureScript itself! I’ve thought about that this summer and I’d like to allow modules to...

Couldn’t we extract the type search into a PureScript package and wrap a small TCP server around it for usage by Pursuit? We could even try the native backend if...

> Then again I suppose we could have a hybrid backend with parts in both PureScript and Haskell That’s exactly my point. I don’t even suggest to have the PureScript...

Should I rename the command to `swap_current_files_with_pane` or `swap_active_files_with_pane` ? It would be a bit more descriptive and would make things clearer if someone want a command that do what...

If I understood your example correctly you should go back to the pane at your right and in the correct row each time you move right. If that's so, keeping...

I find more it makes more sense to end up in pane 7, as with the stack based solution. It would also be trivial to add a command to revert...

There’s a stage 2 proposal to add a cause property to errors: https://github.com/tc39/proposal-error-cause. We could perhaps add the value originally thrown on the newly created error, under a cause property,...