Michael Keller

Results 307 comments of Michael Keller

Update: I reworked that repo so it's easier to contribute – all of the tests are automated based on which `src` files export something and the readme will automatically keep...

This would be great PR add. As an FYI to those wanting to use it in Node — since I saw there was [some discussion](https://github.com/vega/vega-lite-api/pull/144#discussion_r456171176) around that — I have...

For those wanting to use this library in Node, I have a small library will render the vega-lite and vega-lite-api charts in a popup browser window powered by [Playwright](https://playwright.dev/): https://github.com/mhkeller/plot

Does your `index.html` file have a `` tag? https://browsersync.io/docs/#requirements

After looking into this a bit, supporting all cases is a little tricky to handle in the component itself.

@techniq @rgieseke or @jtrim-ons are you using the `extents` prop at all? I think I added it for a very dynamic project I was working on and it seemed like...

To limit the number of breaking changes, I'm going to delay deprecating this until the Svelte 5 Runes rewrite.

Thanks everyone for chiming in! Seems like removing this won't be that impactful. I'll see if I can put in a warning in the meantime maybe.

Thanks for the help. Here's a sample document. I made a folder and named this file `readme.md` and then duplicated it as a file named `readme-copy-md`: ```md TODO a thing...

Just checking if you've had a moment to see if I'm doing anything obviously wrong here. Thanks for your help and for such a useful plugin.