Igor Savin

Results 407 comments of Igor Savin

Hey, Bjarke! Long time no see. I'll try to look it up!

@mcollina I can pick this one up. Quick question - do you think this is just a plain bug, or there is something conceptually tricky about getting this to work?...

Thanks, I'll write a reproduction test and will try to hunt down the relevant part of the code.

Key problem that I've experienced with trying to go ESM is that TypeScript ESM app would fail to import TypeScript CommonJS lib. See https://github.com/privatenumber/tsx/issues/38 for more in-depth description of the...

Can you create an issue? +1 on handwritten .d.ts

@colinhacks You are still unconvinced it should have been a semver major :)?

@colinhacks Is it? For any webservice that relies on zod for defining request schemas this is a very common case for handling request query params, when array value arrives with...

@colinhacks Why not release it as a 4, if you yourself consider it a big release? Not like you are running out of numbers any time soon.

It is supported since Node 18.0.0 (see https://developer.mozilla.org/en-US/docs/Web/API/FormData)