-
```js
import { group, bench, run } from "mitata";
import { hash } from "@node-rs/argon2";
group("hashers", () => {
bench("Bun.password", async () => {
await Bun.password.hash("hello");
…
-
### Which component is affected?
Qwik Runtime
### Describe the bug
I have a simple qwik project with qwik city.
I use scoped styles with useStylesScoped$.
I'm styling the `Link` component via the…
-
### What version of Bun is running?
1.0.7
### What platform is your computer?
Linux 5.15.90.1-microsoft-standard-WSL2 x86_64 x86_64
### What steps can reproduce the bug?
1. Initialize a Nuxt app:…
lnoss updated
1 month ago
-
### Bun worker can not work Issue
I tried to use bun as temporal worker, when running temporal client it looked perfect, the workflow created with HTTP2+gRPC, which just supported in bun.js last mo…
-
**Describe the bug**
When logging a simple error when using [bun](https://bun.sh):
```
log.fatal(new Error("I am a pretty Error with a stacktrace."));
```
The output log is somehow broken wit…
-
Can browser service worker runtime be included?
Hono can run in Node, Deno, Bun, Cloudflare Workers, Pages, and can also run in a service worker to power an offline web app.
I'd like to see mor…
-
### How can we reproduce the crash?
run `bunx shadcn-svelte@latest init`
in an empty sveltekit skeleton project.
If you think this issue is related to something else, close it.
### Relevant log…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v21.6.1
- Nuxt Version: 3.12.3
- CLI Version: 3.12.0
- Nitro Version: 2.9.6
- Package…
MickL updated
3 months ago
-
[Bun](https://bun.sh) is a newly released JS runtime and toolkit focused on speed and compatibility with Node. It seems very possible to migrate from node to Bun. Will check out the possible advantage…
-
### What is the problem this feature would solve?
Congrats on the 1.0.0 release!
I was testing a migration of a simple app, that has entrypoint defined in index.html and links to index.ts.
Bun bu…