-
### NextUI Version
2.**
### Describe the bug
In simple terms the project just created using `nextui init my_app` built in standalone mode,
bun .next/standalone/server.js - no styles applied.…
-
Hi,
I'm trying to use lmdb-js with bun (1.0.7) but it just hangs (as far as I can see, it's able to create/open the database, but not doing put/get with or without a transaction.
Is there any wa…
-
### Current Behavior
I created a new project with `nx g @nx/nest:app backend`. Process went through without any errors. However, If I now try to compile, nx tells me it cannot find the projects. Call…
-
### How can we reproduce the crash?
run `bunx shadcn-svelte@latest init`
in an empty sveltekit skeleton project.
If you think this issue is related to something else, close it.
### Relevant log…
-
### What version of Bun is running?
1.1.26+0a37423ba
### What platform is your computer?
Linux 6.10.6-x64v3-xanmod1 x86_64 x86_64
### What steps can reproduce the bug?
```js
// bun-serve-spawn-c…
-
### How can we reproduce the crash?
The latest canary build did not fix the segmentation fault issue described in #13894. The below error can be reproduced via:
```typescript
const openFn = (so…
-
### Link to the code that reproduces this issue
https://github.com/RhysSullivan/bun-transpile-packages-turbopack
### To Reproduce
To validate it is broken with Turbo:
- bun dev:turbo
- navigate t…
-
### How can we reproduce the crash?
installed bun on vscode
created app@latest
installed chadecn
added components and the bun got grashed
### Relevant log output
_No response_
### Stack Trace (…
-
### How can we reproduce the crash?
```js
const { QuickDB } = require("quick.db");
const db = new QuickDB({filePath: "db.sqlite"});
```
### Relevant log output
```shell
107 | return opts…
-
### Describe the bug
When I try to create a client with these lines:
```typescript
// file foo.ts
import { NetlifyAPI } from 'netlify';
try {
const client = new NetlifyAPI("my-token");…