Colin McDonnell

Results 258 comments of Colin McDonnell

Fixed by https://github.com/colinhacks/zod/pull/1624 but thank you!

It does! Our Node.js compatibility has come a long way in recent months, and more and more frameworks are working out of the box. Our recent support for Nest is...

Awesome thanks Jay! Those incompatibilities are called out in Bun's Node.js compat page: https://bun.sh/docs/runtime/nodejs-apis. By and large, Bun users aware of the fact they're using a pre-stable runtime. Needless to...

@jmcdo29 Oops I made a mistake - `bunx` *also* respects the shebang, so `bunx nest start` will still be using Node.js. You need to use the `--bun` flag to override...

Fixed CI - forgot to `git add` files 🤦‍♂️

With https://github.com/nestjs/nest-cli/pull/2228 landed this and https://github.com/nestjs/docs.nestjs.com/pull/2820 should be good to merge We're hoping to announce Nest.js support in an upcoming release blog post as well 👍

@kamilmysliwiec Sorry about that. I could put in another PR to handle absolute paths there but we've since fixed this on the Bun side as well: https://github.com/oven-sh/bun/pull/4113 Reverting that change...