bun icon indicating copy to clipboard operation
bun copied to clipboard

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

Results 2139 bun issues
Sort by recently updated
recently updated
newest added

### What is the problem this feature will solve? Hello, I understand that for common-case efficiency `bun:sqlite` exposes a synchronous interface. But for high-latency storage providers (like database on NFS,...

enhancement

``` 1008 | ? Number(process.env.YARGS_MIN_NODE_VERSION) 1009 | : 12; 1010 | if (process1008 | ? Number(process.env.YARGS_MIN_NODE_VERSION) 1009 | : 12; 1010 | if (process && process.version) { 1011 | const...

### Version 0.1.5 ### Platform Darwin maxbookpro.local 22.0.0 Darwin Kernel Version 22.0.0: Tue Jun 28 20:46:36 PDT 2022; root:xnu-8792.0.134.131.2~1/RELEASE_ARM64_T6000 arm64 ### What steps will reproduce the bug? `bun run` the...

bug

### Version 0.1.3 ### Platform Darwin dgreene-mbp 21.5.0 Darwin Kernel Version 21.5.0: Tue Apr 26 21:08:22 PDT 2022; root:xnu-8020.121.3~4/RELEASE_X86_64 x86_64 ### What steps will reproduce the bug? Repo case: [https://codedamn.com/playground/--6R64znbeUkhqixLdUX_](https://codedamn.com/playground/--6R64znbeUkhqixLdUX_)...

node.js
polyfill

# Bun's Roadmap The Bun team updates this issue to share our current roadmap, priorities, and goals. You can see our current update below, and previous updates at the bottom....

tracking

### Affected URL(s) https://github.com/oven-sh/bun#developing-bun ### Description of the problem Heavy brew commands don't compose well with other applications that may need to run on a machine. Especially if the only...

documentation

### What is the problem this feature will solve? Hello, I'm trying to get `bun:sqlite` working on [mvsqlite](https://github.com/losfair/mvsqlite). It seems that Bun statically links against SQLite3 (so it doesn't work...

enhancement

### What is the problem this feature will solve? It will allow more compatibility with node.js programs and make it easy(or maybe even stop it from being impossible) to receive...

node.js
polyfill

Bun is a large project and it is early days. I think Bun needs to do a better job communicating what is a priority right now and what isn't. Bun's...

tracking