Eric L. Goldstein
Eric L. Goldstein
This was the first question I had, so thank you for posing it! What are your thoughts on implementing this? I was considering Astro, but a Preact-native way to do...
Sure. Using Preact to do SSR rendering of the full HTML of the page, then doing partial hydration to give interactivity only to the "islands" that need it in order...
Hmm, looking at the screenshot, average time per run is not mentioned, there is no breakdown by percentile, and which test was fastest is not mentioned (this can be important...
Hi @poyoho. The percentiles show outliers which can be important when tracking down performance issues which can get masked by averages. This is a very contrived example, but if you...
Thank you for working on this 😀 [bun](https://github.com/Jarred-Sumner/bun)'s benchmarking output is beautiful and is certainly something to use as a guide. The repo is private for now, so if you...
Woo nice job team! Looking forward to trying it out.
I've run into this bug too. Source maps don't seem to be working at all no matter what I try. I'm on macOS, x86, and Bun v1.0.7.
I discovered that the `bun exec` command does this already, but there may be confusion between `bun run` and `bun exec` for some people due to the similarities in colloquial...
No worries. I'm happy to work with you to get it working if that would help.
Hmm, interesting. I know ESLint supports my setup just fine, so unless I'm doing something wrong and ESLint is just super-accepting of incorrect setups, let's look at what ESLint is...