-
Is there a plan to support reading from stdin and writing to stdout? For instance in BunJS, I can do streaming:
```js
for await (let chunk of Bun.stdin.stream()) {}
```
```js
const writer = B…
-
### What version of Bun is running?
1.1.8
### What platform is your computer?
Linux 5.15.146.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce the bug?
Bun malforms request whe…
-
### What is the problem this feature would solve?
instead of installing eslint or prettier (or even rome) used for linting and formatting purposes why not implement it
### What is the feature you ar…
-
I managed to run 1 test sucessfully using bun test but since then pocketjs is failing
```
bun test …
-
### How can we reproduce the crash?
I'll list 3 very similar code snippets, 1 crashes and other 2 doesn't crash.
1. This is OK
```ts
app.get(
// this is OK
"/public/*",
serveStati…
-
### System info
- Operating System: Darwin
- Node Version: v22.7.0
- Nuxt Version: 3.13.0
- CLI Version: 3.13.0
- Nitro Version: 2.9.7
- Package Manager: bun@1.1.26
- Builder…
-
### What version of Bun is running?
1.0.15+b3bdf22eb
### What platform is your computer?
Darwin 23.1.0 arm64 arm
### What steps can reproduce the bug?
If you make a simple plugin where …
-
In all bun projects, including [this basic template](https://github.com/sistematico/bun-vite-template), the command `vue-tsc` produces this error:
```
src/main.ts:3:17 - error TS2307: Cannot find m…
Jnp95 updated
3 months ago
-
### What version of Bun is running?
0.8.1
### What platform is your computer?
Linux 5.15.0-79-generic x86_64 x86_64
### What steps can reproduce the bug?
- run a bun server via pm2 (lik…
-
## 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