Heb

Results 257 comments of Heb

> Can you show what the statement that got generated by the pgEnum? ```sql --> statement-breakpoint DO $$ BEGIN CREATE TYPE "EmailTypes" AS ENUM('WEEKLY_DIGEST', 'IMPORTANT_UPDATES', 'PROMOTIONS_DISCOUNTS_OFFERS', 'FEEDBACK_SURVEY', 'SUBSCRIPTION_UPDATES'); EXCEPTION WHEN...

> I also encountered this. Maybe this issue should be created in the drizzle-kit-mirror repository? It would be great if the problem was resolved soon, I really don't want to...

I manually implemented something like this to play with Request/Response compatible libraries : ```ts const getRequestFromEvent = async (event: H3Event) => { const url = new URL(getRequestURL(event)) const method =...

Pending until we have full Response/Request support #401

It looks like that throughout the year, cloudflare pages and workers will be merged into one service : https://blog.cloudflare.com/pages-and-workers-are-converging-into-one-experience/ There's not much information yet, but I assume everything will work...

Might be related to https://github.com/unjs/nitro/issues/717

@danielroe @pi0 I've noticed that there's 2 PR open for aws-lamba-edge - https://github.com/unjs/nitro/pull/240 - https://github.com/unjs/nitro/pull/1075 Which one should get merged ?

A workaround for this issue is to use the alias option in `nuxt.config.ts`

This is on our radar, let's track with https://github.com/unjs/nitro/issues/1371

I encountered the same issue recently https://github.com/nuxt-themes/docus/issues/921 You can workaround it by having using `export NODE_OPTIONS=--max-old-space-size=4096`. For some reason, running the build within stackblitz used less memory, so there's definitely...