Ruben Bridgewater
                                            Ruben Bridgewater
                                        
                                    Support for the `noAssert` argument dropped in the upcoming Node.js v.10. This removes the argument to make sure everything works as it should. Refs: https://github.com/nodejs/node/pull/18395
It seems like yarn uses `fs.futimes()` during install and that does not work on AIX versions before 7.1. What about skipping AIX by default if yarn is used?
Right now it is super hard to know why modules are skipped or why they are marked as flaky. It would be great to change our JSON format to a...
As a follow-up of #44 it's still required to use `util.inspect`. That's currently not the case and a lot of message tests fail because of that.
This removes the comment about the performance part (see https://gist.github.com/substack/2790507#gistcomment-3100007). Instead, recommend to use `util.isDeepStrictEqual()`, if possible.
This is just a meta issue to update the whole module. So far it supports parts and other things are missing or somewhat outdated. It would be good to sync...
This issue is meant as a kind of FAQ for mentees and mentors. Please add comments for things that you might encounter so others can look this up as well....
This is used as example how to solve a coverage task: https://tinyurl.com/codeandlearn-assert-1 __Description__: A test case is missing for the else case. __Task__: Add a test case to cover this...
# Feature request ## Description As a user, I want CodeCharta to let me know what parsers I might want to use so that I get most insights from all...
# Feature request ## Description As a user, I want to see ~10 labels by default so that I know what my main hot spots are without changing anything. ##...