Colin McDonnell

Results 69 issues of Colin McDonnell

### What is the problem this feature would solve? Current: ```ts Bun.serve({ fetch(){}, keyFile: "key.pem", certFile: "cert.pem", }) ``` This is inconsistent with `Bun.listen`. It's also a potential footgun, in...

enhancement

Users of various Vite-based frameworks have been hitting module resolution errors when trying Bun's built-in modules like `bun:sqlite`. These frameworks generally rely on esbuild's default behavior of marking Node.js built-ins...

Associated docs PR: https://github.com/nestjs/docs.nestjs.com/pull/2820 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/nest/blob/master/CONTRIBUTING.md - [x] Tests for the...

blocked

Sister PR: https://github.com/nestjs/nest-cli/pull/2223 ## PR Checklist Please check if your PR fulfills the following requirements: - [x] The commit message follows our guidelines: https://github.com/nestjs/docs.nestjs.com/blob/master/CONTRIBUTING.md ## PR Type What kind of...

**Please describe the changes this PR makes and why it should be merged:** - Adds instructions for `bun` package manager Some additional info: - The guide builds successfully with `npm...

t: page/section addition

I'm planning to deprecate `z.discriminatedUnion` in favor of a "switch" API that's cleaner and more generalizable. You can dynamically "switch" between multiple schemas at parse-time based on the input. ```ts...

Love the tool! I use it a lot for work and figured some documentation for the CLI flags would help out some others who are less inclined to jump into...

`readonly` is currently not recognized as a keyword in the grammar. Per [this thread](https://edgedb.slack.com/archives/CNECHA9EW/p1634855008052100) a more thorough update of the grammar may be required.

Addmittedly, this is a bit of trial run for a Zod plugin system I plan to announce more formally in Zod 4. But also Effect is such a perfect use...