Nico Jansen

Results 436 comments of Nico Jansen

Hmm ok. So it works, but isn't tested or documented. What about my 2 questions? My opinion: 1. we might want to update `"^0.5.6"` as well if `bar` gets a...

> I've done some tests (**EDIT**: not unit tests, by running `lerna publish`) and it does indeed bump `peerDependencies` @TombolaShepless The bumping of the peerDependencies seems to only work if...

Ok, this is probably by design than? In that case we will add the devDependency. It isn't a lot of work and fixes this issue for us.

In that case, I would prefer for them to always update.

Note that the ubuntu images have been updated on the 8th of April: https://devblogs.microsoft.com/devops/upcoming-updates-for-azure-pipelines-agents-images/#ubuntu

This seems to work: ```sh sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0 ``` Found it here: https://github.com/ungoogled-software/ungoogled-chromium/issues/2804#issuecomment-2081611387 I don't know details about why, though. We might want to document this somewhere?

Could you provide (screenshots of the) HTML report? I'm curious to see where the differences are coming from. StrykerJS should be deterministic, but some variables can still change the score....

Thanks for opening this PR. The % based on covered would be a great metric to add to the clear-text reporter. However, horizontal real estate in the console is even...

Thank you! I will try to review it this week

@kirankashyap I've refactored it a bit. I started with fixing 2 things: 1. The column split (`|`) atop "% Mutation score" 2. Sometimes, a space was missing in front of...