William O'Connor

Results 9 comments of William O'Connor

I ran into this error using Vite. Adding `"chartjs-adapter-date-fns"` to [ssr.noExternal](https://vitejs.dev/config/ssr-options.html#ssr-noexternal) makes it go away. I previously had to mark `"chart.js"` as noExternal due to https://github.com/chartjs/Chart.js/issues/9436 - perhaps there is...

A single `where("c.relkind", "in", ["r", "v"])` clause seems to work - is there a reason not to use this approach? Install script inspired by @conorbrandon: ```json { "scripts": { "install":...

Hello @jayair, I opened PR https://github.com/sst/kysely-data-api/pull/40 to fix the build. The build was failing due to TypeScript errors, which was preventing release.

I opened another PR https://github.com/sst/kysely-data-api/pull/41 to sync pnpm-lock.yaml with package.json. I missed this in the first PR and it caused the release workflow to fail, unfortunately.

> Any update on this ? @jayair @woconnor My fix went in, which caused a release PR https://github.com/sst/kysely-data-api/pull/42 to be automatically created, but it needs to be merged in order...

Hello, thanks for putting this together. I would like to try Lucide with Svelte 5 but I am getting a TypeScript error when I try to import an icon (any...

Thanks for the fixes @ericfennis. I am also running into the type error that the icons do not extend the Svelte 5 `Component` type. Here's the output from `svelte-check` when...

> @woconnor Can you maybe post your `Button` component? I will check what is going on. Here's the component. As a workaround, I let the icon props type be either...

Thanks @ericfennis, I confirmed that fixes my issue with the component type.