Tommy D. Rossi

Results 207 comments of Tommy D. Rossi

How much faster is prettier when using the oxc parser?

You are distributing this package as commonjs while you also migrated superjson to use ESM, which is incompatible

This is probably related to aot mode not working with minification because some variable names are renamed aot mode works by creating code and evaluating it at runtime (I would...

I think `streamText` should add a `retry` callback to `onError` to be able to retry errors that happen during streaming, then pass the error object that is being retried in...

It would be easier to wait for Node.js to add something like Bun ffi into core: https://github.com/nodejs/node/pull/57761

There is also the Bun file watcher implementation: https://github.com/oven-sh/bun/blob/main/src/Watcher.zig

The problem is that the logic handling gitignore files is not used in the glob search, it’s only used to get the filter that is run on the outputs. I...

Attest already has support for type snapshots, it would be cool to integrate it directly into Vitest https://github.com/arktypeio/arktype/tree/main/ark/attest#readme

Why aren't materials working?