pilcrow

Results 39 comments of pilcrow

Would also like a batch delete too.

Likely a problem with Prisma's referential integrity emulation - https://www.prisma.io/docs/guides/database/using-prisma-with-planetscale - https://www.prisma.io/docs/concepts/components/prisma-schema/relations/referential-integrity

Having the same issue and the only way to resolve it is to add the package in `noExternal`. I remember external libraries being able to use contexts in July/August, not...

Is this correct? ```ts const config = { kit: { adapter: adapter(), }, vitePlugin: { prebundleSvelteLibraries: false } }; ``` It's still causing errors. Something interesting is that my package...

Also, should make it possible to set multiple cookies (for multiple domains)

Added with v0.14.1 - [`sessionCookieOptions`](https://lucia-sveltekit.vercel.app/reference/configure/lucia-configurations#sessioncookieoptions) - [`deleteCookieOptions`](https://lucia-sveltekit.vercel.app/reference/configure/lucia-configurations#deletecookieoptions)

That’s weird, Lucia doesn’t use chalk. I don’t remember if I published it but one of the iteration used chalk, and I had the same error. Are you using the...

Yeah, not sure on this one. I tried to recreate it but I can't get the same error to appear.

@cotyhamilton I’ll try to rebuild and republish the adapters.

I've removed the `cli-color` dependency from the `lucia-auth` so this shouldn't be an issue