Michael H

Results 111 comments of Michael H

If you import the file, then it should cause reload too. I'm not sure of the best way to glob a directory though (but dynamic import probably adds it to...

~~In the vscode debug sidebar, do you happen to have the "microtasks" or "assertions" enabled, as i know from my experance some of these pause at random places~~ Edit, i...

> With this change, running a compiled binary with BUN_SKIP_STANDALONE_MODULE_GRAPH=1 gives access to the regular bun commands You can also be sus and name (or simlink) the executable `bun` or...

`BUN_BE_BUN` flag env var option has been added so you can manually force it like @pfgithub's above solution (#20251). I'm not sure how well it actually works for `bun install`...

Looks like if you go far enough down the dependency tree you get a library that uses NAPI: https://github.com/mongodb-js/zstd/blob/main/lib/index.js. On a related note, Bun has recently made their own exported...

> Just started using bun. Experiencing the same issue. How can this possibly still be an issue? Such a basic feature that is in the documentation that does not work...

Unfortunately we have decided to not do this due to performance concerns of reading more files every time. This means you need to add `-c` in your cli arguments for...

I personally agree with both points above. Just out of curiosity, would you want it to load just local `bunfig.toml` or home dir `.bunfig.toml` (or both). Main reason I ask...

Thanks, I just discovered that recently it is actually reading the local `bunfig.toml` already (just after deciding to --bun), so this should be easy to change and have no perf...

Personally, I agree with your points. Initially I was really liking the idea to force `--bun` for bunx and everything.