-
It seems like there is a race condition between delta and less when setting the terminal raw mode. See details in https://github.com/gwsw/less/issues/579.
---
Raw diff output:
```diff
diff -…
-
I have been experimenting with the new Bun JavaScript runtime and have found that yargs does not understand this new runtime. When referencing the $0 variable in yargs, it return "bun" instead of the …
-
### How can we reproduce the crash?
1. Run `npm init kunkun@latest` in the terminal.
2. Choose the "Preset Template (Web Worker)" option during setup.
3. Install dependencies with `pnpm install`.
4. …
-
### Describe the bug
`@tailwindcss/vite@alpha` gives Vite error if `[&_div]:flex` class name and `url()` from a Tailwind plugin exists in app together.
>Note: I first opened an issue about this …
-
I still get the same error with jco 1.7.1 that uses 0.13.1 of this project. #150 does not set timeOrigin. The change from https://github.com/bytecodealliance/ComponentizeJS/pull/146/commits/cb4d73af4f…
-
### What version of Bun is running?
1.0.3+25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
```bash
mkdir…
-
### How can we reproduce the crash?
[0.76ms] ".env"
bun install v1.1.17 (bb66bba1)
Checked 36 installs across 73 packages (no changes) [82.00ms]
### Relevant log output
```shell
Bun v1.1.17 (…
-
### Describe the bug
Scaffold any SSR example from create-vite-extra and to the following changes:
Wrap the code of the client entry point in
```js
// client-entry.js
export default function …
-
### How can we reproduce the crash?
I don't know exactly how Crash happened but, While running Next.js 14 application created using bun and running using `bun --bun run dev` server crashed when I for…
-
### How can we reproduce the crash?
The error occured on an AWS EC2 instance after executing:
```js
import {drizzle} from 'drizzle-orm/mysql2';
import * as schema from './schema';
import {createConn…