Michaël Zasso
Michaël Zasso
With https://github.com/nodejs/node/pull/52002: https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3398/nodes=alpine-latest-x64/testReport/junit/(root)/citgm/undici_v6_7_0/ https://ci.nodejs.org/view/Node.js-citgm/job/citgm-smoker/3398/nodes=rhel8-x64/testReport/junit/(root)/citgm/undici_v6_7_0/ @nodejs/undici
useful when the full out on load is set to "once per variable"
This PR attempts to upstream all the changes we have in our fork that are required for our current application to work. - [feat: update BullMQ to v5](https://github.com/RomainLanz/adonis-bull-queue/commit/24d6e98eb052c2e522eb0045f5bf1e6aa759da90) BREAKING-CHANGE: New...
We could use this GH action: https://github.com/pypa/gh-action-pypi-publish
I think we should make separate workflow files so they can be restarted independently. For Node.js: - Clone nodejs/node - Replace `tools/gyp` with the code from the PR/branch being tested...
It might just be a question of updating the TypeScript types. At least the Node.js `fs` APIs support both. I don't know about other drivers.
Closes: https://github.com/nodejs/node/issues/52567 Not completely ready. I have to double check some things because there are reported errors. I'm opening the PR to ask a question: For now, I put the...
Same goal as https://github.com/nodejs/node/pull/45427 but without affecting external consumers of `common.gypi`.
- Set the clang variable in `config.gypi` so it depends on compiler checks made by the configure script. - Replace gyp conditions with `llvm_version` and "0.0" with conditions that use...