Richard Eitz

Results 7 comments of Richard Eitz

Disagree with title... To add just my 2cents to the discussion: callback style and their replacement with Promises were a nightmare for beginners to learn, this by itself already gives...

Would a PR fixing this one be of interest here, @rimiti? I quickly fixed my version locally and the output is now the following: ``` expected 200 "OK", got 404...

Always a good assumption to have, @jpbochi. I will check it out later this week and open the PR. Stay tuned.

Nice, good stuff, thanks for PR. My solution was very similar to yours: wrapping the assert functions and preserving the stack from a new Error instance.

I was having the same problem and blaming Jest or the mongodb node driver. The reason for the problem was that I wasn't actually dealing with a singleton like I...

After creating a project using `vue init webpack my-project` I was getting 0% coverage for some Vue components. Just reporting in that `--no-cache` fixed the issue as well. Hope this...

> For me the trick was to not split my opening SVG tag's attributes onto multiple lines Same thing here. There's probably a bad parser being used by this extension.