Anders Hovmöller
Anders Hovmöller
I'm debugging an Elm app and the debugger is very useful generally but it doesn't show me the `Cmd`s that happen between messages. I think it would make things a...
> A table may be divided each row into separate cells Something is very strange with that sentence :P It's not proper grammar, but more than that I don't understand...
I get a lot of irrelevant stuff due to sentry_sdk having a thread that is basically idling and other similar stuff. Intuitively it seems like it could also be faster...
I have this little benchmark test suite: https://github.com/boxed/test-benchmarks Last time I ran it 2 years ago ward beat out pytest with some margin. Today the result is reversed. Just wanted...
This relates to the same discussion for Cosmic Ray: https://github.com/sixty-north/cosmic-ray/issues/97 To recap my comment there: In mutmut I have a support for `# pragma: no mutate` that is simple and...
I ran with the -m flag and it has three serious issues with the output: 1. The output makes no sense. Line 46 is changed how? It just shows an...
I've made the sloppy mistake several times now to run mutmut against broken tests, this results in mutmut marking all mutants as killed, and the only way out of this...
Killed/surviving/etc mutants is not helpful nomenclature. Better to say "14 code changes are uncovered".
https://github.com/henrikh/mutmut-exclude-path for a reproduction scenario. Basically `paths_to_exclude=some/folder/` should be understood correctly.