-
Deno version: deno --version
deno 2.0.2 (stable, release, x86_64-pc-windows-msvc)
v8 12.9.202.13-rusty
typescript 5.6.2
Here is a repo: https://github.com/Ciantic/deno-pure-solid-start
```
1…
-
### What version of Bun is running?
1.1.21+70ca2b76c
### What platform is your computer?
Linux 5.15.153.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce the bug?
I am currentl…
-
Kudos to Charlie for planting the seed
- Can replace `tsup`: https://bun.sh/docs/bundler
- Can replace `vitest`: https://bun.sh/docs/cli/test
- Can replace `pnpm`: https://bun.sh/docs/cli/install…
-
### Describe the bug
When a site has no sidebar, the local navigation dropdown is incorrectly positioned.
It appears to be offset to the right by the sidebar width, even though there is no sidebar…
-
### Describe the bug
iOS Bundling failed 1088ms node_modules/expo-router/entry.js (1849 modules)
error: node_modules/react-native-gesture-handler/src/handlers/gestures/manualGesture.ts: /Users/user/…
-
### Current Behavior
I just setup a new Nx monorepo with bun using `bunx create-nx-workspace@latest --preset=@nxtensions/astro --packageManager bun`
This github action file was generated:
```ya…
-
### How can we reproduce the crash?
```
bun i vite-node @solidjs/router solid-js vite-plugin-solid
```
make sure your `vite.config.ts` is setup correctly:
```ts
import { defineConfig } from "vite";
i…
-
### Describe the bug
`cacheDir` not honored if `deps.optimizer.{mode}.enabled` is true. vitest will save cache to `node_modules/.vite` as if `cacheDir` is not specified.
### Reproduction
Run
…
-
### Describe the bug
Have component that binds textarea to variable for use on afterMount
```
import { onMount } from 'svelte'
export let autofocus = false
let textarea: HTMLTextAre…
-
### Provide environment information
System:
OS: Windows 11 10.0.22631
CPU: (12) x64 Intel(R) Core(TM) i7-10750H CPU @ 2.60GHz
Memory: 3.88 GB / 15.87 GB
Binaries:
Node: 20.18…