Christopher Krogh

Results 8 comments of Christopher Krogh

same here. I noticed that the docs now recommend using `@supabase/ssr` over `@supabase/auth-helpers-nextjs`, but the bundle size of `ssr` is still pretty hefty (25.92 KB Gzipped on version "^0.3.0") anyone...

https://github.com/YousefED/typescript-json-schema/pull/564 was merged recently. @domoritz do you know when the next release will be?

> I have the same issue on MySQL. How can I create schema from existing DB? I found the generate button by selecting some tables and right clicking. ![Screen Shot...

@alexander-akait I'm pretty sure we just need to add a `.sort()` to the chunk ids before we write to the chunk. do you know where that logic might live in...

thanks @alexander-akait !!! how can i keep track of the version this change will make it into? also, I'm guessing I need to bump webpack in nextjs to test once...

+1 here. support for `canvas` is the last holdout for us to adopt `bun install` in @faire's frontend monorepo.

> FWIW there is [canvaskit-wasm](https://www.npmjs.com/package/canvaskit-wasm). some of our modules (including [jsdom](https://www.npmjs.com/package/jsdom)) try to link `canvas` without actually depending on it. is there a way to get them to link `canvaskit-wasm`...

> @chriskrogh Would assigning the canvas api from canvis-kit onto `globalThis` work? I'm not sure when I would do that? this issue arises early on in the installation process and...