Yagiz Nizipli

Results 171 issues of Yagiz Nizipli

https://github.com/nodejs/node/pull/53612 is required to do a benchmark A different approach to https://github.com/nodejs/node/pull/53541 cc @nodejs/performance @nodejs/cpp-reviewers @billywhizz @jasnell @nodejs/fs Benchmark CI: https://ci.nodejs.org/view/Node.js%20benchmark/job/benchmark-node-micro-benchmarks/1573/ Small win on happy path, and *probably* high win...

c++
lib / src
needs-ci

> By moving the function to C++, we should get a significant improvement in performance. I'm **extremely** open to suggestions on improving the benchmarks, but with the current state, here...

c++
fs
semver-major
needs-ci
typings

Backports https://github.com/nodejs/node/pull/50322 to v20 cc @nodejs/releasers @joyeecheung @GeoffreyBooth

lib / src
needs-ci
v20.x

Following line is a perfectly fine declaration for v8 fast API. ```c++ using CFunctionCallbackWithInput = void (*)(v8::Local receiver, const v8::FastOneByteString& source, const v8::FastApiTypedArray& destination, const v8::FastApiTypedArray& result, v8::FastApiCallbackOptions& options); ```...

c++
good first issue
python

Simplifies code by using `std::filesystem`. Since std::filesystem is C++17, this pull-request can be backported to 18 and 20. The following benchmark shows 2% improvement, but I'm sure if we had...

c++
fs
windows
needs-ci
needs-benchmark-ci

I propose enabling Github Sponsors for the Node.js Github organization as well as creating an OpenCollective account. Eslint already has an OpenCollective account which is enabled for a long time....

I propose adding github sponsors link in nodejs's readme next to TSC members, collaborators and triagers. We don't have any funding options like Eslint or other large projects but this...

I'm optimistic about this, but never used it. Maybe we should consider it. @lemire what do you think?

@obi1kenobi 's cargo-semver-checks would likely improve our stability. let's use it! https://github.com/obi1kenobi/cargo-semver-checks

good first issue

### Description of the bug: Whenever I press `Sync` button on Clion: ### Which category does this issue belong to? Intellij ### What's the simplest, easiest way to reproduce this...

type: bug
product: IntelliJ
awaiting-maintainer