Rick Smit

Results 16 comments of Rick Smit

is it possible to use this custom build of duckdb-wasm outside of https://shellwip.duckdb.org/?

I'm probably doing something run, but when I run it with `pnpm dev` I still get the same issue.

weird, I've also tried to "One-Click Deploy" this suspense example, and get the same error during build: ![CleanShot 2024-06-05 at 17 35 28@2x](https://github.com/vercel/swr/assets/7207783/21b8544a-0c5d-4000-93fd-4ccc40f325ef)

Thanks for explaining! I've updated the `package.json` to use `"beta"` but that causes this error: ```bash Packages: +24 ++++++++++++++++++++++++ Progress: resolved 32, reused 19, downloaded 5, added 24, done dependencies:...

@derekperkins can I maybe have a sneak peek somewhere? Very interested in how you approached this

@matys1 I thought the [Table input](https://github.com/uwdata/mosaic/blob/main/packages/inputs/src/Table.js) gave me a good idea on how to build a client, and in my React app I'm using this hook: https://github.com/uwdata/mosaic/discussions/368 which you could...