Ashcon Partovi

Results 383 comments of Ashcon Partovi
trafficstars

Yea, Windows doesn't support UNIX sockets. We'll have to fix this in the VSCode extension

Yes, it's clear that folks need this. I think most realistic would be between 1.1 and 1.2, but we don't have specific dates right now.

Duplicate of https://github.com/oven-sh/bun/issues/8788

If you run `bun upgrade --canary` the issue should be fixed. If you're still experiencing the issue, let us know and we'll re-open the issue.

This is a good idea, we talked about this internally before launch but didn't get a chance to do it yet.

@cirospaciari Mind taking a look at this?

Interesting, tried on macOS arm64. ``` > bun run --bun build $ echo Hi Hi ``` ```json { "dependencies": { "express": "^4.18.2" }, "scripts": { "build": "echo Hi" } }...

Yep, looks like that's the issue. We should fix this so `bun run [name]` prioritizes running the script, before checking for a file/directory.