Carlos Precioso
Carlos Precioso
## Purpose The previous type definitions produced an error when assigning an `ArrayBuffer` or an `ArrayBufferView` to the `Request` body. However, [these cases are actually handled in the code](https://github.com/node-fetch/node-fetch/blob/6425e2021a7def096e13dbabcac2f10e6da83d11/src/body.js#L47-L52), so...
Sparkle will be able to update to latest version
This removes the duplicated `import.meta.url` in the output, like this: ```diff // Pre-bundling code new URL("./some-internal-path.png", import.meta.url) // Bundled code in ESM output -new URL(new URL("asset/bundled-asset.png", import.meta.url).href, import.meta.url) +new URL(new...
Hi, I'm the owner of the [cprecioso/parcel-plugin-purgecss](https://github.com/cprecioso/parcel-plugin-purgecss) repo linked on https://github.com/parcel-bundler/awesome-parcel/blame/master/readme.md#L102. I am not maintaining it anymore. However, I do recognise it might be valuable for some people, and am...
I created a library to easily setup the [Advanced Approach](https://emotion.sh/docs/ssr#advanced-approach) of Emotion SSR to Next.js, and I think others might find it useful as well.
I'd like for the Lektor installer to allow setting a custom directory to install (only when explicitly called with that option).
Jest v29 was recently released ([blog post](https://jestjs.io/blog/2022/08/25/jest-29), [migration guide](https://jestjs.io/docs/upgrading-to-jest29), [changelog](https://github.com/facebook/jest/blob/main/CHANGELOG.md#2900)). The test runner should have support for it. According to the blog post, it should be a straight-forward upgrade.
Hi! I've been doing some work in this repo in order to make it more pleasant to work with. Below is a quick overview of the changes I've done and...
Issue: The upgrade notice when starting Storybook always points to the CHANGELOG in the `next` branch. However, if e.g. you're in the 6.x releases, the `next` branch doesn't actually have...
### Problem I created a `.ts` script in my project. It calls multiple dependencies in and outside the project. One of them is a package (`dep-a`) whose code is an...