clover caruso
clover caruso
i just want to put an extra note here because the error is really similar to the one in my last image ```ts import { transform } from "lightningcss"; transform({...
i was looking at `@prisma/client`, and i noticed if you take away `extends AsyncResource` from it's classes, and then replace it's `return asyncRes.runInAsyncScope(() => consumer(params))` with just `return consumer(params)`... it...
I think this is related: `arguments` needs to be renamed in addition to these keywords. This is breaking runtime checks on the bundle test `default/ArgumentsSpecialCaseNoBundle` in [this file](https://github.com/oven-sh/bun/blob/jarred/new-bundler/test/bundler/esbuild/bundler_default.test.ts), which are...
this was fixed sometime in 0.6 or one of the few releases after that.
just want to note i have had cases where i've run into EBADF inside docker containers. it's hard to figure out exactly what is going on, but i suspect its...
Edit: this is incorrect, the server will begin on the tick after it has started the code snippet in the issue is technically wrong. ```ts export default { port: 4281,...
i've been working on rewriting `bun repl` (javascript repl). something i've been wondering about from the perspective of a TUI application developer, is possible to integrate into warps subshell into...
today i just hit this again when opening bun today. my workspace is soft-locked. restarting the editor seems to fix it.
part of my issue is #7195 (stuff seems to be more stable when excluding large folders), but this still shouldnt cause hangups in the editor
i found this in a large repository (WebKit) while doing some project-wide searches. if a `.rs` file appears in any of the searches, that is enough to start rust-analyzer, as...