Sean Lynch
Sean Lynch
@Conduitry I think this is missing from the `3.57.0` [changelog](https://github.com/sveltejs/svelte/blob/master/CHANGELOG.md)
@lenardchristopher Would you be interested in being added as a collaborator to this project?
@lenardchristopher Done, and thank you :)
@ahoyahoy For top/right placement, you could take a look at how LayerChart's [Axis](https://www.layerchart.com/docs/components/Axis) component is [implemented](https://github.com/techniq/layerchart/blob/master/src/lib/components/Axis.svelte) (built upon LayerCake)
Sorry I'm jumping in late on the discussion. Not directly related to this PR, but more general color scale / color bar notes (and can create a separate issue if...
Can you provide examples of what you envision? Something like [expand panels](https://material-ui.com/demos/expansion-panels/) or how [CSS Triggers](https://csstriggers.com/) works? Would need to think how to layout/specify the layout (is the expansion also...
Hopeful improvements over table - [ ] Better `position: sticky` support (not limited to `td`?) - [ ] Support `position: sticky` with overflow? - [ ] Better support for table...
I'd be happy to review a PR, but to be honest, I don't have much time to dig into the issue.
That looks very interesting. Let me play around with it, but I think it would be a great addition (I know I get frustrated having to reload the shell a...
Some feedback - Please remove the additional `argh` dependency. It's only being used for it's CommandError. Maybe raise InvalidCommand instead? Infact I'm not sure we should check for anything other...