Brad Frost
Brad Frost
In SvelteKit, [page components](https://kit.svelte.dev/docs/routing#pages) use brackets to encode dynamic parameters for file-based routing e.g. `./src/routes/[id].svelte`. When running `dprint fmt ./src/routes/[id].svelte`, it prints the message: ``` > dprint fmt ./src/routes/[id].svelte No...
**Describe the bug** Non-JS assets are occasionally (but not consistently) being reported in the JS Execution Time opportunity section. Specifically, I'm seeing this with the document request and some CSS...
When consuming this project in a TypeScript-based puppeteer project, I need to define types locally. ```ts import { open, click, type, expect } from '@puppeteer/recorder'; // Could not find a...
**How can the documentation be improved?** The link to web.dev on the Qwik landing page takes you to the web.dev landing page. It seems like it should link to the...
**Is your feature request related to a problem? Please describe.** Not related to a problem. **Describe the solution you'd like** I would like to see support for launchers in browser...
The current version of Node in the docker image of this plugin is `v12.18.3`. Most importantly, this will [exit the maintenance cycle on 2022/04/30](https://nodejs.org/en/about/releases/) and thus stop receiving security updates....
### Is your feature request related to a problem? Please describe I would find it useful if user interaction spans were [linked](https://github.com/open-telemetry/opentelemetry-js-api/blob/41109c83a9784d689f319f2c5d953b3874c694a3/src/trace/SpanOptions.ts#L36) via the span options to the previous navigation...