Yagiz Nizipli

Results 450 comments of Yagiz Nizipli

> ✘ Last GitHub CI failed The GitHub UI is showing wrong labels. Jenkins CI passes. What is the proper action in this step? @nodejs/build

> The only way to remove this check would be to rebase. The job was removed as part of the macOS update to 13 Would it be appropriate to land...

> That's what I would do Cc @nodejs/tsc due to the removed ci job, I have to land this manually (to avoid re-running the whole CI one more time). Please...

cc @targos @aduh95 appreciate if you could take a look at this

Workerd has a similar usage. ``` // Determine if the data is base64 encoded kj::Array decoded = nullptr; if (isBase64(unparsed)) { unparsed = unparsed.first(KJ_ASSERT_NONNULL(unparsed.findLast(';'))); decoded = kj::decodeBase64(strip(jsg::Url::percentDecode(data.asBytes())).asChars()); } else {...

I think improving Ada's performance might be a better place than adding it to simdutf

This proposal depends on `npm` to install `corepack`, and therefore requires `npm` to be existent. For future development, this feels like shooting our foot (one more time).

I'm +1 on making this breaking change. I think the UX for cli flags are really bad that even I have some trouble understanding if feature X is working with...

@jasnell Any idea what caused this regression?