Colin McDonnell

Results 429 comments of Colin McDonnell

Oops yeah hadn't seen that. Definitely reasonable to wait for 1.0. It may be worth noting that all the changes in the PR pertain to usage of `bun` as a...

Bun doesn't have a native Windows build so it'll be tricky to get CI working till that happens. I'm marking this as a draft until then.

The `Intl.DateFormat` now breaks `remix dev` also ```ts $ bun --bun run dev $ remix dev 515 | return path__default["default"].resolve(rootDirectory, serverBuildPath); 516 | }; 517 | 518 | // adds...

Thanks Alem, I love this! I do have a question for the maintainers. Why are the per-language settings necessary in the first place? If Biome is set as the top-level...

Can you create a reproduction repo? There are too many other moving parts (config files, dependency resolution) for me to reproduce with the information provided.

I'm not able to reproduce the original issue with the information provided. Reproductions should be self-contained. It's very likely this is fixed in recent versions, which contain changes to mitigate...

Perhaps consider a slightly more clever monkey patch. There are much better ways to achieve deterministic pseudorandomness than `()=>0.1`. ```ts // choose any non-zero seed let _seed = 123456789; //...

Fixed in https://github.com/colinhacks/zod/pull/4822 and landed in latest

This is largely fixed in `zod@canary` I think. @skdillon @donferi can you try this and report back?