-
### What version of Bun is running?
1.1.26+0a37423ba
### What platform is your computer?
Darwin 23.6.0 arm64 arm
### What steps can reproduce the bug?
The following files produce a diff…
-
**### Steps i did**
- Cloned the repository locally
- Setup the .env as required
- downloaded bun for windows from the [bun official site ](https://bun.sh/docs/installation#windows)
- Did a bun …
-
## Describe the proposal
In it's current state, the code uses two main ways to handle asynchronous operations.
The HTTP implementation uses promises, and the GRPC implementation uses (or more l…
SoTrx updated
3 months ago
-
### Steps to reproduce
Create Vue 3 project:
```
yarn create farm myapp --template vue3
cd myapp
yarn
yarn add --dev vite # See issue 1420
yarn start # Works
```
Upgrade to modern yarn ve…
-
### What is the problem this feature would solve?
I have a sveltekit project were I need to skip executing code during development using `import { DEV } from 'esm-env';`. This package (https://github…
-
### How can we reproduce the crash?
Step 1: Set Up the Project
`bun init`
Step 2: Create the C Code
```c
#include
int add(int a, int b) {
return a + b;
}
```
Step 3: Compile…
fzn0x updated
4 months ago
-
Since Node.js, Bun and Deno offer different APIs ([`node:test`](https://nodejs.org/api/test.html#test-runner), [`bun:test`](https://bun.sh/docs/test/writing), [`Deno.test`](https://examples.deno.land/…
-
### What version of Bun is running?
0.7.2
### What platform is your computer?
_No response_
### What steps can reproduce the bug?
```
console.log('process.stdout', stream.Writable.toWeb(process.…
-
### Environment
```
------------------------------
- Operating System: Darwin
- Node Version: v21.6.1
- Nuxt Version: 3.11.0
- CLI Version: 3.10.1
- Nitro Version: 2.9.4
- Pa…
MickL updated
7 months ago
-
### What is the problem this feature would solve?
The use case would be when running a shell command which takes a lot of time and prints multiple lines during runtime, but we want near real time p…