-
### What version of Bun is running?
v0.6.13
### What platform is your computer?
Darwin 22.5.0 arm64 arm
### What steps can reproduce the bug?
// build.js
await Bun.build({
root: "…
-
Hello, I am trying to play with the project but in `rollup` when i try
````bash
bun install
````
I am getting the error
````bash
GET https://registry.npmjs.org/@stackr/stackr-js/-/stackr-js-0…
-
### What version of Bun is running?
1.0.35
### What platform is your computer?
Linux 6.5.0-1016-azure x86_64 x86_64 (Github actions ubuntu-latest)
### What steps can reproduce the bug?
…
-
### Link to the code that reproduces this issue
https://github.com/hamlim/next-mdx-remote-jsx-runtime-bug
### To Reproduce
1. Clone the repo
2. Install dependencies via `bun install`
3. `cd apps/…
-
```ts
import { KingWorld } from 'kingworld';
new KingWorld()
.get('/', () => 'Hi')
.get('/error', () => {
throw new Error('test')
})
.onError(error => {
conso…
-
### What version of Bun is running?
0.8.1
### What platform is your computer?
Darwin 22.5.0 arm64 arm
### What steps can reproduce the bug?
a.js
```
import fs from 'node:fs';
import …
-
### Current behavior
I'm following the step by step guide on how to use Cypress and NextJS from [Vercel's documentation](https://nextjs.org/docs/app/building-your-application/testing/cypress). As rec…
-
### What version of Bun is running?
0.6.10
### What platform is your computer?
ubuntu 22.04
### What steps can reproduce the bug?
bunx --bun create-docusaurus@latest docusaurus
### What is the …
-
### What is the problem this feature would solve?
I'm trying to run a nestjs application which uses the Pulumi automation api, it appears to use setFlagsFromString which is currently not implemented
…
-
### What is the problem this feature would solve?
[Prisma Optimize](https://www.prisma.io/docs/optimize), which just entered general availability, appears to rely on `async_hooks.createHook`:
``…