-
### What version of Bun is running?
1.0.20+09d51486e
### What platform is your computer?
Linux 6.5.0-14-generic x86_64 x86_64
### What steps can reproduce the bug?
I create test file with this co…
-
PR from Node.js:
- https://github.com/nodejs/node/pull/45038
-
### How can we reproduce the crash?
error:
```
smalljobs-server-1 | Bun v1.1.33 (247456b6) Linux x64 (baseline)
smalljobs-server-1 | Linux Kernel v6.1.0 | glibc v2.34
smalljobs-server-1 …
-
### What version of Bun is running?
1.0.1+31aec4ebe325982fc0ef27498984b0ad9969162b
### What platform is your computer?
Darwin 22.5.0 arm64 arm
### What steps can reproduce the bug?
Work on a proj…
-
### What version of Bun is running?
1.0.0
### What platform is your computer?
Darwin 22.5.0 x86_64 i386
### What steps can reproduce the bug?
Run `bunx create-next-app`
✔ What is your …
-
Repro:
```js
console.error("This is an error message", {
withExtra: true,
properties: "yes",
});
```
-
Would it make sense to implement a new based on io_uring / IoRing?
Found a discussion which shares other languages/applications to use a io_uring based loop for better performance, see https://news…
-
### What is the problem this feature would solve?
Since `Bun.serve` doesn't have `http.Incoming` and `http.ServerResponse`, I'm wondering how to implement an equivalent of this Node code in Bun.
I…
-
### What version of Bun is running?
1.0.31+e25675121
### What platform is your computer?
Darwin 23.3.0 x86_64 i386
### What steps can reproduce the bug?
```shell
echo Hello 2>/dev/null…
-
They are hard to read and nowadays there are better ways to accomplish the same in TypeScript using pure `async/await`.