Yagiz Nizipli
Yagiz Nizipli
Currently, benchmark ci run only compares a branch with a pull request id, but issues like regressions between releases require to benchmark a branch (v18.x) with another branch (v16.x). It...
The current security incidents around Linux made me realize that we should look into Node.js organization from a different perspective. The current inactive collaborator duration is [18 months (1.5 years)](https://github.com/nodejs/node/blob/main/tools/find-inactive-collaborators.mjs#L18)....
If the author force pushes to their branch after a reviewer approved it, I assumed that it would invalidate existing approved reviews, since the code that was reviewed is changed....
I ran `git node land 48349` which showed that `This PR should be ready to land`, but `commit-queue` message failed: https://github.com/nodejs/node/pull/48349#issuecomment-1591955940 ``` git node land 48349 ✔ Done loading data...
I'm receiving a weird error running the following command: ``` git node land 48272 Error: git config,--get,remote.remote-upstream.url failed with stderr: at runSync (file:///Users/yagiz/.volta/tools/image/packages/node-core-utils/lib/node_modules/node-core-utils/lib/run.js:91:11) at new Session (file:///Users/yagiz/.volta/tools/image/packages/node-core-utils/lib/node_modules/node-core-utils/lib/session.js:30:26) at new LandingSession...
I recommend updating the pull request workflow to check for conventional commit format in the commits, since release changelog requires it. If there's no objections, I'll be happy to add...
Hey @barbayrak I'm having an issue while defining a delegate for the VPNManager. ```swift let manager = VPNManager.shared manager.delegate = self ```
Hey @tj First of all great React component! I am using d3-bar while generating the bar's dynamically. For example, let's say there exist each bar for every user. But in...
This is a rewrite of the task runner in C++. The benchmark speaks for themselves with a caveat of removing support for `--env-file` and related CLI flags in the task...
The overall linting and formatting rules in Corepack is extremely different than other repositories in Node.js. I'm planning on replacing it with Biome (which comes with linter and formatter) and...