Sokrates

Results 16 comments of Sokrates
trafficstars

@egoist Any news on a new maintainer? I need to inject css into js, I am using ES and it's complaining about lilconfig\dist\index.js not supporting ES modules. [But I think...

Bumping this thread, any updates here? Currently, I haven't seen any implementations of tabs with svelte that can control externally the active tab.

> > The issue seems that the adapter is querying from the table it defines (sqlite as example as i'm using that database, but it's the same for pg >...

> @socketopp Are you sure everything works? > > https://github.com/nextauthjs/next-auth/blob/d85269d1169d068448b831d2ee9517e4673c78b8/packages/adapter-drizzle/src/lib/pg.ts#L161 > > This line specifically assumes that the table name is `user` and not `users` I am not sure I...

Just went to production and svelte-select is causing these errors ![image](https://github.com/rob-balfre/svelte-select/assets/20456621/3054b888-b8d3-4b60-aaa7-d97dd37184a6) Any way of fixing this?

> Reinstalling the library worked for me. Gonna try it as well

``` if (building) { const response = await resolve(event) return response // bailing here allows the 404 page to build } ``` How do you add this if you're using...

> > ``` > > if (building) { > > const response = await resolve(event) > > return response // bailing here allows the 404 page to build > >...

> > > > ``` > > > > if (building) { > > > > const response = await resolve(event) > > > > return response // bailing here...