-
## What's going wrong?
Clustering do not work with Bun. 😕
## How could we reproduce this issue?
The following spawns `forked` instead of `cluster`:
```sh
pm2 start --interpreter /opt/home…
-
Hello!
I have the following step (exactly as it says in the README):
```yml
- name: Setup bun
uses: oven-sh/setup-bun@v2
with:
bun-version: 1.1.26
registry-url: https://npm.pkg.github.com…
-
I think it is inefficient because `bun run build` is currently executed on many jobs.
-
### Package name
bun
### Package version
1.0.0
### Package website
1. https://bun.sh
2. https://github.com/oven-sh/bun
### Package availability
1. `curl -fsSL https://bun.sh/install | bash`
2…
-
### How can we reproduce the crash?
_No response_
### Relevant log output
```shell
```
### Stack Trace (bun.report)
Bun v1.1.34 ([`5e5e7c6`]()) on windows x86_64 [RunCommand]
Segmentation fault…
-
**Describe the bug**
The compilation progress has long stalled at 15%
**Screenshots**
![image](https://github.com/user-attachments/assets/db97effd-b30f-4492-86a5-ac886b0415d0)
**Specifics (ple…
-
### Describe the bug
`create refine-app@latest` does not work with bun (bun.sh) on Windows
### Steps To Reproduce
1. Install Bun from bun.sh on Windows with `powershell -c "irm bun.sh/install.ps1 |…
-
### Which project does this relate to?
Start
### Describe the bug
When using bun, on a production build redirect doesn't work at least on beforeLoad (it correctly works using vinxi dev).
### Your …
-
File drizzle.config.ts
```ts
import { defineConfig } from "drizzle-kit";
export default defineConfig({
schema: "src/database/schemas/index.ts",
out: "drizzle",
driver: "mysql2",
dbCrede…
-
## The problem
When I install @prisma/nuxt and start at dev mode everything works until "Generating Prisma client...". At this moment it just freezes and nothing happens
## Steps to reproduce:
…