Kevin Verdieck

Results 18 comments of Kevin Verdieck
trafficstars

This is pretty complicated to do at the `Mosaic` level given the flexibility it gives to the consumer to fill the tiles. This should be doable at the consumer level...

It's possible but not entirely straightforward. The react-mosaic pane structure is a binary tree, so those three windows internally are represented by `[A|[B|C]]`. The resizing logic could be made to...

I think it would be a good improvement but fairly involved. Might be best to do with an API break (making `MosaicNode` a tree instead of strictly a binary tree)....

In my example above, `A` and `Z` are "leaf" packages - they are the actual useful bundled pieces produced by my monorepo. 1. `yerna list --include-dependencies A` is useful after...

Updated title and top level comment.

Would be useful with #43 as well as it could default to the last breaking version and up.

Definitely agreed. Some doing and would require adding a build step to publish but would be worth it.