Niklas Mollenhauer

Results 250 comments of Niklas Mollenhauer

Oh yes, I didn't think of that. Then maybe this is something for a version far in the future that may target only .NET >= 6. If this is even...

Nope. If anybody wants to do that, just grab my fork

I ended up writing my own action that uses a popular parser: https://github.com/nikeee/tap-summary

It has a new API: https://viz-js.com/api/#viz

Maybe if #876 is done first, the need to reset state vanishes.

Node.js 24 is out and there is an issue with NAN: ``` npm error ../../../nan/nan_callbacks_12_inl.h:112:62: error: ‘const class v8::FunctionCallbackInfo’ has no member named ‘Holder’ npm error 112 | inline v8::Local...

Rebased to current main

Yep, a bad rebase, oopsie. Should be fixed

Fixed formatting, oopsie! Squash-Meeting would probably be a good idea 😅

``` parse(string, reviver, {removeComments: boolean = false, allowDuplicateKeys: boolean = true} = {}) ``` I'd use something like `throwOnDuplicateKey` instead of `allowDuplicateKeys`, so migrating to a new Version can simply...