Alex Miller
Alex Miller
**Describe the bug (including copyable syntax)** When writing a styled component with a string template, if you use a template for the identifier (`a`) followed by a pseudo selector (`:after`)...
Repost of: https://github.com/styled-components/vscode-styled-components/issues/440 Reproduction when running the vscode extension: ```ts const test = '' const StyledDiv = styled.div` .${test}:before { //
I've spent the past couple of weeks working with K6 trying to improve a test case where we have to send FormData-type requests to an API with a 'large' image...
### Describe the bug Discovered on my [action](https://github.com/Codex-/knip-reporter/issues/50) which uses `ni` as a package opposed to a CLI tool (which it rocks at 🚀) tinyexec [contains an import of `createRequire`](https://github.com/tinylibs/tinyexec/blob/f11e42bf5a25b1af9ff84215bb1693da6537d433/tsup.config.ts#L17):...
## What this PR solves / how to test This PR introduces support for `AbortSignal` to fetch-mock, allowing signals to 'abort' requests during tests as they do at actual runtime....
### Which Cloudflare product(s) does this pertain to? KV, Wrangler, Miniflare ### What version(s) of the tool(s) are you using? 3.78.10 [wrangler] ### What version of Node are you using?...
This change allows the Bun and Deno runtimes to use this loader with Fastify base without erroring as seen in #317. ### Tests #### Node No regressions, everything passing. ####...
v2