-
### Describe the bug
Polyfills are attached to index.html as first thing in ``, this means they are loaded before `` is set.
In my case this results in:
```
....
``…
-
Version: Deno 2.0.0-rc.1+ce1d668 (canary, release, x86_64-pc-windows-msvc)
```sh
// Select `SvelteKit demo app`.
npm create cloudflare@latest -- my-svelte-app --framework=svelte
```
We can co…
-
### Version
v20.17.0
### Platform
```text
Darwin P03694NWF5 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:32:11 PDT 2023; root:xnu-10002.41.9~7/RELEASE_ARM64_T6030 arm64
```
### Subsystem
r…
-
## What??
The issue title is a bit of a joke but its just describing a funny end result of what was probably a minor oversight when generating the docs for `v10`.
This started when I tried to find…
-
![image](https://github.com/user-attachments/assets/66a30144-5033-4bdd-ad01-9ca6ba244b27)
**1. Created conda env**
module load miniforge3/24.3.0-0
mamba create -n scope python=3.7.4 nodejs=…
-
## Question about an existing feature
### What are you trying to achieve?
Node: 20.14.0
npm: 10.7.0 with optionals
sharp: 0.33.5
I'm trying to create text based images and composite them wit…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### This issue exists in the latest npm version
- [X] I am using the latest npm
### Current Behavior
U…
-
### What version of Bun is running?
1.1.29
### What platform is your computer?
windows WSL - docker
### What steps can reproduce the bug?
1. Create empty [nuxt project](https://bun.sh/guides/ecos…
-
### Current Behavior
I create a blank Expo project with Nx create with this package https://github.com/guillempuche/test-nx-expo/blob/main/apps/expo/package.json (Emily already fixed a problem https:…
-
I run JEST tests using `npm run test:jest` and the corresponding entry in package.json is
`"test:jest": "jest --config=./jest.config.js",`
All tests run successfully, but returns with exit code…