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 2488 bun issues
Sort by recently updated
recently updated
newest added

### What version of Bun is running? 1.3.4+5eb2145b3 ### What platform is your computer? Linux 6.17.0-7-generic x86_64 unknown ### What steps can reproduce the bug? create `src/index.css` create `index.html` containing...

bug
needs triage

## Details ### Comments scripts/agent.mjs:139: propogates => propagates scripts/bootstrap.sh:453: betwen => between scripts/label-issue.ts:289: compatiblity => compatibility scripts/machine.mjs:1196: polution => pollution ### Variable names scripts/runner.node.mjs:2178: delimeter => delimiter scripts/runner.node.mjs:2179: delimeter =>...

### What version of Bun is running? 1.3.1+89fa0f343 ### What platform is your computer? Darwin 24.5.0 arm64 arm ### What steps can reproduce the bug? - setup nextjs 16 +...

bug
needs triage

### What version of Bun is running? 1.3.3+274e01c73 ### What platform is your computer? Linux 6.17.9-arch1-1 x86_64 unknown ### What steps can reproduce the bug? 1. Install a package with...

bug
needs triage

### What version of Bun is running? 1.3.4 ### What platform is your computer? _No response_ ### What steps can reproduce the bug? 115 | } 116 | help.push( 117...

bug
needs triage

### What is the problem this feature would solve? PNPM allows me to install from a local directory. In package.json, it looks like this: "dependencies": { "local-package: "link:../local-package" } ###...

enhancement
bun install

### What version of Bun is running? 1.3.0+b0a6feca5 ### What platform is your computer? Linux 6.17.1-arch1-1 x86_64 unknown ### What steps can reproduce the bug? 1. Create a minimal SvelteKit...

bug
node.js

## Summary Fixes "Unknown HMR script" error during rapid consecutive edits in HMR ## Test plan - [x] Basic consecutive HMR edits work correctly

### What version of Bun is running? 1.2.13+64ed68c9e ### What platform is your computer? Linux 5.15.167.4-microsoft-standard-WSL2 x86_64 x86_64 ### What steps can reproduce the bug? NOTE: also checked and same...

bug
bake:dev

### What does this PR do? Fixes the code-snippet for adding custom parameters to argon2id on the "Hash a Password" page. The previous version did not specify the `algorithm` field...