Antoine du Hamel
Antoine du Hamel
It seems currently not possible to use this plugin with WMR: ```sh yarn create wmr your-project-name cd your-project-name yarn add --dev @surma/rollup-plugin-off-main-thread echo 'import OMT from "@surma/rollup-plugin-off-main-thread";' > wmr.config.mjs echo...
Backport of: - https://github.com/nodejs/node/pull/43402 - https://github.com/nodejs/node/pull/43748 - https://github.com/nodejs/node/pull/43965 - https://github.com/nodejs/node/pull/44159 - https://github.com/nodejs/node/pull/44229 - https://github.com/nodejs/node/pull/44318 - https://github.com/nodejs/node/pull/44509 - https://github.com/nodejs/node/pull/44704
Currently, starting a `.mjs` or `.cjs` file allow to skip the lookup and the parsing of a `package.json` file, I'm reluctant to change that but I'm curious what others think....
I would like to nominate @daeyeon as a collaborator. They've been an active contributor in a variety of areas in Node.js recently, notably as a triagger, so I think they...
I would like to nominate @MoLow as a collaborator. They've been an active contributor in a variety of areas in Node.js recently, notably in the test_runner area, so I think...
I would like to nominate @cola119 as a collaborator. They've been an active contributor in a variety of areas in Node.js recently, so I think they would be a valuable...
Jest 28 supports `"exports"` field in `package.json`, and will interpret `./dist/preact.module.js` as CJS because it's using `.js` extension and the `package.json` doesn't contain `"type": "module"`. Switching to `.mjs` extension would...
The idea would be to have tests for uploading images to AWS (using multipart and not). Before merging that, we'd want to set up a AWS bucket to be used...
This removes `examples/transloadit` and `examples/transloadit-textarea` because that's relying on Robodog. It'd be nice to have the "Remote Sources" examples landed first. I haven't tested the website changes, but I have...
If we land this PR, we should expect quite a lot of conflicts with the `main` branch, so it's best to release as close to the release as possible.