-
### Describe the bug
`App.svelte`
```svelte
import A from './A.svelte'
```
`A.svelte`
```svelte
const {...rest} = $props()
some text
[text-orange='']{
color: o…
-
from a fresh git clone + bun install:
`\elysiajs-drizzleORM-lucia-auth-template> bun run build
$ bun build ./src/index.ts ./src/routes/**/**/* --outdir build --target bun
error: ModuleNotFound reso…
-
### What version of Bun is running?
1.1.3+2615dc742
### What platform is your computer?
Microsoft Windows NT 10.0.22621.0 x64
### What steps can reproduce the bug?
`bun add firebase`
### What is…
-
when using with bun.sh the following is seen
thread '' panicked :
called `Option::unwrap()` on a `None` value
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Aborte…
-
According to the docs, `Omitzero` for `NewUpdate` is to update columns only when it does not contain an empty value. but it seems to work properly only when using a struct object (not working when usi…
-
### Steps to reproduce
clone https://github.com/rushi3691/farm-sass-issue
1. install dependencies - npm i
2. run - npm start (which works fine)
3. run - npm run start:farm (doesn't work)
### Rep…
-
### What is the problem this feature would solve?
Currently, it is not possible to read from `stdout` or `stderr` while a process created with Bun Shell is running. The current implementation of Bun …
-
### What is the problem this feature would solve?
In source testing would be great for *some* use cases, this has been popularised recently by Rust's module tests and now in the JS world with Vite a…
-
### Preliminary Checks
- [X] I have reviewed the documentation: https://clerk.com/docs
- [X] I have searched for existing issues: https://github.com/clerk/javascript/issues
- [X] I have not already…
-