-
### What version of Bun is running?
1.0.18
### What platform is your computer?
Darwin 23.0.0 arm64 arm
### What steps can reproduce the bug?
As pointed out in this thread. (https://github.com/ove…
-
### Issue description
I can't use the package while using "Bun", which said to compatibility with Node.js v20.
I think `Bun` currently using `node-v115-napi-v3-${OS}-glibc-2.29` as it primary. …
-
### Is there an existing issue for this?
- [x] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [x] I have reviewed the documentation https://docs.sentry.io/…
-
### Describe the bug
Vanilla css styles do get injected into html in dev mode, but in production they don't get injected. They do generate in the `build/client/assets` directory but are not 'used'.
…
-
I'm facing an issue with a BullMQ setup across Cloud Run and GKE, and I'm hoping someone here might have encountered a similar scenario.
My Setup:
- BullMQ Proxy: Running as a GCP Cloud Run service …
-
**### Steps i did**
- Cloned the repository locally
- Setup the .env as required
- downloaded bun for windows from the [bun official site ](https://bun.sh/docs/installation#windows)
- Did a bun …
-
### Is there an existing issue for this?
- [X] I have checked for existing issues https://github.com/getsentry/sentry-javascript/issues
- [X] I have reviewed the documentation https://docs.sentry.io/…
-
### What version of Hono are you using?
^4.4.7
### What runtime/platform is your app running on?
Bun / Vite
### What steps can reproduce the bug?
## The Setup:
1. A `/api` folder which has a b…
-
### Describe the bug
chunk-P4Q3QBM3.js?v=13caf26d:16802 Uncaught (in promise) Error: Unrecognized extension value in extension set ([object Object]). This sometimes happens because multiple instances…
-
`Bun.sql` is Bun's builtin postgres client, currently only available on canary builds of Bun.
```ts
import { sql } from 'bun';
const [{x}] = await sql`select 1 as x`;
console.log({x});
```
sqlite a…