-
When we pass `shadow : 'open'` or `shadow : 'closed'` we would probably expect the styles to be included in the shadow root.
Is there any way to accomplish this?
```css
.welcome {
color: re…
-
### What version of Bun is running?
1.0.2+37edd5a6e389265738e89265bcbdf2999cb81a49
### What platform is your computer?
Darwin 22.6.0 arm64 arm
### What steps can reproduce the bug?
1. I…
-
```
bun build ./src/index.tsx --outdir=dist
error: No matching export in "node:path" for import "resolve"
import { resolve, resolve as resolveFn, join } from 'path'; ^
/node_modules/@ely…
-
### What version of Bun is running?
0.5.6
### What platform is your computer?
Linux 6.1.8-arch1-1 x86_64 unknown
### What steps can reproduce the bug?
```js
import { Database } from "b…
-
### What version of Bun is running?
bun install v1.0.18 (36c316a2)
### What platform is your computer?
Github Actions
### What steps can reproduce the bug?
Using astro :)
bun install…
-
Hi! I stumbled on your package thinking I found exactly what I needed: a `monaco-editor` wrapper that would let me use `TextMate` to customize the `theme`. I've been building my own `tsx` tokenizer fo…
-
### What version of Bun is running?
1.1.12+43f0913c3
### What platform is your computer?
Darwin 23.4.0 arm64 arm
### What steps can reproduce the bug?
```ts
const { test, expect } = require("bun…
-
### Plugin Name
@nxrocks/nx-spring-boot
### Nx Report
```~/Workspace/Work/Bedrock git:[main] bunx nx report
NX Report complete - copy this into the issue template
Node : 20.18.0
…
-
When I try and run a libsql on a Bun distroless image I get an error: `TypeError: libgcc_s.so.1: cannot open shared object file: No such file or directory`
I assume that the distroless is missing s…
-
Node:
```js
import { App } from "uWebSockets.js";
App()
.any("*", (res) => {
res.end("Hello World");
})
.listen(3000, () => {});
```
```
node node.js
oha -n 10000 http://loc…