Michael Keller

Results 125 comments of Michael Keller

The z-index battle on this one is pernicious due to nested elements. As a quick fix, I've added the following style adjustments on [here](https://github.com/Quartz/chartbuilder-ui/blob/master/styl/chartbuilder-ui.styl#L101). The width is specific to using...

This would be a great improvement and fix the issue mentioned in the readme https://github.com/Microsoft/vscode/issues/426

Hm how weird. If I paste the generated svg into a svelte repl it displays properly https://svelte.dev/repl/39ee8ca0eb80472baf5b9388eaa97ba5?version=3.49.0 So there's nothing wrong with how the svg is being generated. I wonder...

I replicated this without using layercake. The problem it seems is a svelte bug that doesn't render the `` elements when passing items to another component via a slot prop:...

I think I'll close this since this is a svelte issue and folks can still find it by searching the issue tracker. Thanks for the workaround @jackc

+1 for a CommonJS compatible version

A very quick attempt at this and found some issues to work out. I haven't been able to run the tests since that rebuilds the library and I've simply made...

Here you go. The diff is ugly since the version I had pulled from npm was 8.10 but I forked a more recent version. I was gonna redo but I...

I think this issue is still a good idea

Ah sorry about that – yes the whitespace is annoying. It's the default on my editor. May be good to throw an .editorconfig file in there. If I get some...