Yagiz Nizipli

Results 295 comments of Yagiz Nizipli
trafficstars

Hi! I'm a maintainer from mali (GRPC microservice framework) and wanted to stay in the loop. We're currently investigating supporting Deno in Mali. If you're interested in this support, please...

My bad! I just fixed it @gokaygurcan

Is there anyone working on this specific issue?

Thanks for the question @MoLow. Here's the output using `tap-mocha-reporter` ```shell ➜ node git:(fix/tap-v14) ✗ ./out/Release/node ./tap-test.js | tap-mocha-reporter spec (node:66047) ExperimentalWarning: The test runner is an experimental feature. This...

Actually this is related to Tap 14 and how tap-mocha-reporter does not handle tap 14 grammar correctly. If we want to support tap 14 we need to ignore this, since...

Should we produce different tap output according to different flags? What is the best alternative for producing 2 (or more) different tap versions for the test runner?

I reverted my subtest print changes and just left the tap version print change and updated the tests. If there are any other changes required, I'll be happy to resolve...

Updated the last commit and forced pushed with the unhandled test case pointing to version 13. @ErickWendel

The amount of pain the decision to convert the codebase is huge. Especially on packages that depend on this package. There isn't any logical reasoning behind converting a package to...

I'm receiving this error on Node 18