Eric Liu

Results 252 comments of Eric Liu

The more I think about this, the more it makes sense. It's quite opaque that `node_modules` will automatically be prepended, and it prevents using this with any relative folder paths....

If using empty table headers, an explicit key must be set on `rows`:

@brunnerh Thanks for the fast reply and the feedback. Looking at this more closely (especially nested keys and empty columns), this seems less feasible.

@brunnerh That's awesome – thank you for your work on this. Agreed that the `rows` being typed is most important. Would you mind opening a PR against this one with...

> sveld does not appear to support multiple generics at the moment, though. It's a bit wonky, but for multiple generics, the values cannot be space-separated: ```ts /** * @typedef...

@brunnerh Thank you for the help. Let me know if my additional commits look good. I think this is a potential "breaking change" for TS users (although arguably it's a...

Fixed in [v0.85.1](https://github.com/carbon-design-system/carbon-components-svelte/releases/tag/v0.85.1)

The package is updated with an exports map in [v1.0.0](https://github.com/metonym/svelte-geolocation/releases/tag/v1.0.0)

@MatousAc Does this library not work for you in SvelteKit?

@frederikhors @VincentDauliac One solution is to hash the CSS/JS files after the static assets are built using PostHTML. [Example repo](https://github.com/metonym/svelte-rollup-template) After hashing, the `index.html` would look something like this: ```diff...