Heb

Results 257 comments of Heb

It should already work as you expect, as we're just using h3 sendRedirect under the hood, see the source here : https://github.com/Hebilicious/form-actions-nuxt/blob/105153c43c2a2177abe81dd03538c4d3d80becb0/packages/form-actions-nuxt/src/runtime/server/nitro.ts#L62C54-L62C54 Let me know if you have any issue...

Hi @maoberlehner, thanks for using this module and opening this issue. I have not tested it with layers, and unfortunately it seems we need some layer specific logic within the...

@Angelelz Correct If anyone wants to use uuids with Postgres, you need to manually add the extension `uuid-ossp` to the db : ```SQL -- Create Extensions for UUIDs CREATE EXTENSION...

Might be related : https://github.com/vitejs/vite/issues/10553

@GalacticHypernova In your config, change the builder to "@nuxt/webpack-builder" https://nuxt.com/docs/api/configuration/nuxt-config#builder

> ![image](https://user-images.githubusercontent.com/1479319/269046094-84916ca0-4290-4ff7-84bb-1e45a5e78b0f.png) > > This is the response I see when I hit the .js file with the new build hash post-deployment, and before clearing my local cache. After clearing...

You can see an example of such an approach with the Lucia adapters (I'm familiar with it as I've recently made an unstorage adapter for Lucia). Basically we'd accept the...

You're right, it would make sense to do it like with unstorage. I would be satisfied if we accepted an optional client instance for each driver.

`--node` is a good idea, this could be set as the default until `--bun` is ready for prime time.

Maybe we could have the ability to tag a model with something like `@@softDelete` or a field with `@deleteAt` in the prisma schema?