Sukka
Sukka
### What version of Bun is running? 1.0.21+ecdde8867 ### What platform is your computer? Darwin 23.2.0 arm64 arm ### What steps can reproduce the bug? ```bash git clone https://github.com/sukka-reproductions/bun-fetch-gzip-shortread cd...
The PR enables the modification of the `pnpm.cjs` file and the `worker.js` file. ----- I use pnpm through the corepack. When a requested version of pnpm is not available locally,...
### Contribution - [ ] I'd be willing to implement this feature ([contributing guide](https://github.com/pnpm/pnpm/blob/main/CONTRIBUTING.md)) ### Describe the user story pnpm records the source of package downloads in the `pnpm-lock.yaml` file....
# ↪️ Pull Request The PR changes repl's `SimplePackageInstaller`, replacing the `npmjs.cf` with `npmjs.org`. ## 💻 Examples `npmjs.cf` is deprecated (https://github.com/npmjs-cf/meta/issues/8), while the npm official registry `registry.npmjs.org` has enabled CORS...
The installation size of the `patch-package` is reaching 2.33 MiB: (https://packagephobia.com/result?p=patch-package) And here is the current npm dependency graph of the `patch-package`: https://npmgraph.js.org/?q=patch-package#zoom=w I am wondering if we can reduce...
Previously, `style9` only supports `import xxx from 'style9'`. The PR adds support for `const xxx = require('style9')`. The unit test case is added in `__tests__/code/import.js`.
### Operating system Not applicable ### Browser Version Not applicable ### How severe is the bug? moderate ### Bug description `polyfill.io` was acquired by **a China-based CDN company** "Funnull", see...
Thank you for opening a Pull Request! --- Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure...
### Issue Details ```bash $ mtr 94.140.14.49 Packets Packets Pings Host Loss% Snt Last Avg Best Wrst StDev 1. [redacted] 9.3% 54 725.5 568.3 0.3 794.0 249.4 2. [redacted] 0.0%...
Address suggestions from @remusao (https://github.com/violentmonkey/violentmonkey/pull/1883#discussion_r1359305249). Update `getDomainSharedOpts` for `getDomain` as inputs are known to be valid hostnames. The `getPublicSuffix` still uses the old options, as `getPublicSuffix` is only used in...