Ashcon Partovi

Results 382 comments of Ashcon Partovi
trafficstars

The intention is that if there is a `bun.lockb` / `package.json`, Bun will use that instead of auto-imports.

Are you able to share your `package.json`?

It looks like that package also depends on supporting the Chrome DevTools Protocol (it calls the inspector) That is a more complicated project, we do want to do this eventually,...

We'll need to submit PRs to Rollup and Vite to consider fixing this. /cc @colinhacks

This is likely a result of using a really old Linux kernel.

I think it should always throw when the `expect` value is not an object.

Is there a more specific code example? I'm unable to reproduce this.

Thanks for reporting this issue, there are 2 issues here: - #4738 - #4785

Both of the issues have been fixed: * https://github.com/oven-sh/bun/issues/4738 * https://github.com/oven-sh/bun/issues/4785 If you're still experiencing issues with `pm2`, please open another issue with the error.

It looks like the issue is that our version of [`tls.connect`](https://nodejs.org/api/tls.html#tlsconnectoptions-callback) assumes that the socket must be a `Socket`, where indeed it is possible for it to be a `Duplex`....