Nico Jansen

Results 436 comments of Nico Jansen

I've experimented with this a bit. It seems impossible to handle this correctly, as there is no easy way to 'know' whether you are online or not. When you then...

Maybe we can try a second time with a hard file path (`C:\...\system32\`), or add that dir to the PATH for the command?

I agree with `NaN`. A reporter _should_ display **N/A** (or something like that), since that makes the most sense for the end user. I feel like `NaN` most closely resembles...

> NaN is an implementation detail pretty specific to javascript Nope: * https://docs.microsoft.com/en-us/dotnet/api/system.double.nan?view=netframework-4.8 * https://docs.oracle.com/javase/7/docs/api/java/lang/Double.html#NaN > optional/nullable makes most sense to me. I agree somewhat. It can be either way...

Good points! Definitly need to be fixed! We're welcome to PR's.

Mutation testing isn't working as expected yet. See https://github.com/stryker-mutator/stryker-js/issues/4634

Hi there @rachied 👋 > For example, by allowing the user to pass a JSON object containing the overridden defaults? How would a user pass these config?

Why would we use settings as JSON for these? In HTML, you generally add settings as attributes. For example: ```html ``` You can go wild with this and make everything...

> A simpler idea: if you can check/uncheck them, just save the settings in localStorage. That way the user can specify what they want or don't want, instead of the...