cdtut

Results 39 comments of cdtut
trafficstars

@nebrelbug When someone should use this instead of Eta? They do almost same thing I can't tell what is the difference.

@rekateka your comment is not related to this issue you should create another issue.

How you see expected and received I only see https://github.com/colinhacks/zod/issues/3402.

`z.verboseErrors()` isn't needed there can be new property like `ZodError.data` with object given to `.parse` or `.safeParse`.

Is there roadmap to follow what else is coming in zod 4?

I suggest something like `parser = z.parser(options)` to pass options like `strictObjects: true` so you have reusable parser object you can use all over project and use it like `parser.parse(schema,...

https://github.com/slidevjs/slidev/issues/1392 Nuxt should enable a production build that doesn't need a running web server because it has SSG. Opening index.html from a browser on the same device should be enough...

Formatter shouldn't be opinionated because it's not a new language like go. It will prevent many teams from switching. Allow lots of customization so it works with any existing code...

> But bun is a new tech, teams will have to adopt it manually anyways... But javascript isn't a new tech. Bun is a replacement for node.js. Teams won't change...

> They will not be forced, ONLY if they also want to change their internal linting/style system to a standardized one by removing their prettier/eslint/... to bun, then yes. Or...