Meghan Denny
Meghan Denny
this warning only occurs on x86_64 builds of Bun (of which `claude` is a single-file-executable of) and so if you are on an M4 mac (which is arm64) you may...
names listed here: https://musl.libc.org/doc/1.1.24/manual.html
testing on bun 1.2.15 and adding a close function this appears to work now ```ts import { chromium } from "playwright"; const brw = await chromium.launch({}); const page = await...
ah sorry missed the added label, will investigate.
is there anything needed to push this along/fill out more data? happy to pitch in if it'd help
Bun blocks postinstall scripts by default as a security measure. If you run `bun pm trust --all` does this issue resolve?
i get ``` In file included from ../src/binding.cc:3: In file included from ../src/./language.h:7: In file included from /Users/meghandenny/Library/Caches/node-gyp/24.3.0/include/node/node_object_wrap.h:25: In file included from /Users/meghandenny/Library/Caches/node-gyp/24.3.0/include/node/v8.h:23: In file included from /Users/meghandenny/Library/Caches/node-gyp/24.3.0/include/node/cppgc/common.h:8: /Users/meghandenny/Library/Caches/node-gyp/24.3.0/include/node/v8config.h:13:2: error:...
do you still encounter the error after running `bun install` like it requests?
wouldn't want to step on the toes of the existing maintainers; but if there's anything we can do to do that would make their work easier we're happy to collaborate!
i feel that has no benefit given `zig cc` vs `zig-cc` is the same amount of characters and would not only add complexity to the zig binary but also give...