-
Would be great if https://bun.sh would be supported as alternative to Node/Deno.
-
### What version of Bun is running?
1.1.10
### What platform is your computer?
Darwin 23.5.0 arm64 arm
### What steps can reproduce the bug?
1. delete node_modules dir
2. Set up private registry…
uanid updated
5 months ago
-
-
I tried the extension and I am not getting any error during the build process. However, there is no style css file get generated.
-
### What is the problem this feature would solve?
Be able to run bun on aws lambda.
### What is the feature you are proposing to solve the problem?
Use bun on serverless lambda architecture
### Wh…
-
**Describe the bug**
A clear and concise description of what the bug is.
```
Authentication failed: InvalidDataError: Missing query parameter: code
at decodeError (D:\...\node_modules\@edgedb\…
-
### Current Behavior
On Expo iOS + new Arch, pressing the Sheet or Popover trigger freezes the app (can't press anything else, no warning, no error message).
Regarding the Sheet, If I use "inline"…
-
### Environment
Nitro 2.8.0
Nodejs: 20 (on my windows 11), but, in production, using Cloudflare pages preset while building my app.
### Reproduction
Using `useEvent()` directly instead of e…
-
### What is the problem this feature would solve?
In https://github.com/oven-sh/bun/issues/5845 I was testing with an outdated version of `bun`. Although I was creating a project from scratch, it i…
-
With ES Modules, it is effectively impossible to do "hot module reloading" of the modules, as ES Module specification is fairly strict that once the module is resolve and its two pass instantiation is…