### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.38.0
### What version of...
Another PR open for a long time, no reaction from Drizzle team :(
Using `createSelectSchema`, `createInsertSchema` or `createUpdateSchema` throws `Type instantiation is excessively deep and poss...
Is it really needed to support S3-like environments?
For example Cloudlare R2 has a working driver already. On the other hand Cloudflare R2 HTTP driver is currently missing and this could solve ...
Yes exactly:
* Use clerk client preconfigured with NITRO_ variables
* Use `getAuth()`
* Protect routes by a middleware (Having an example might be enough)
I am hoping that Nitro gets more s...
It would be nice if the module can be used for pure Nitro projects. As Nuxt is using Nitro (which in turn is using H3) it should be pretty much the same code.
1. I think Nitro modules [dont work...
@pi0 Can this be merged or is anything missing? Vercel is VERY popular and they have their own file storage [Vercel Blob](https://vercel.com/docs/storage/vercel-blob)
Additionally I found a bug for current latest v2:
When changing `apiBaseURL` to any other URL, it returns html pages.
Reproduction:
https://github.com/MickL/nitro-apibaseurl-bug
* `GET loca...
@pi0 Just ran into this again. What is the purpose of current `/routes` directory?
My suggestion:
- There should be just `routesDir`, not `routeDir` and `apiDir` (IMO naming "routes" is prefera...
### Environment
H3: 1.13.1-20241208-012300-10e98be
### Reproduction
-
### Describe the bug
From https://github.com/unjs/unstorage/pull/519
Returning an ArrayBuffer in an event handler seems...
I saw you marked type `bytes` to default for v2. Would then the following code work with H3? If yes, I am okay with the new implementation:
```ts
export default defineEventHandler(async (event)...
Maybe
* getItemRaw() should return .body
* getItem() should have the option to set return type
?
What I just saw from the docs is that they return .body and I guess this is exactly what i...
What did you test exactly that arrayBuffer was correct? Did you upload a file to R2 using setItem?
I saved an uploaded file like this, and I only tested deployed to Cloudflare worker.
**Uploa...
### Report hasn't been filed before.
- [X] I have verified that the bug I'm about to report hasn't been filed before.
### What version of `drizzle-orm` are you using?
0.38.0
### What version of...
I tried Nuxt UI 3 with Tailwind 4 a lot already. As far as I see they dont use Nuxt/Tailwind. Works like a charm, I dont know if there is a need for a Nuxt Tailwind module anymore?
There is an example here, v1: https://github.com/unjs/h3/blob/v1/examples/cors.ts
For v2: https://github.com/unjs/h3/blob/main/examples/cors.ts
Hope it helps!
What I dont fully understand is...
I tried to save files into Cloudflare R2 from a Cloudflare worker by a binding. Saving was no problem by use of `.setItemRaw()`, the file was added correctly to R2. But getting the item I had weird...
Bundle size is critical for both web browsers as well as serverless functions. Unfortunately using just a few basic functions already adds `1,18 mb (299 kb gzipped)`.
It would be great if bundle...
# Bug Report
When building in a Vite project (uses Rollup) it throws the error:
> [12:45:41 AM] ERROR Cannot resolve "iconv-lite" from ".../node_modules/restructure/src/DecodeStream.js" and ext...