Vaughan Rouesnel

Results 215 comments of Vaughan Rouesnel
trafficstars

My screen is never wide enough. Can we add a button to toggle showing the preview?

I run two chrome windows side by side on a 2560x1440 display. So my window is always 1280 :|

It appears to be an issue with a webpack setting which is replacing `global` with `""`. In Chrome dev tools: ``` > __.type Object {} "": ()arguments: nullcaller: nulllength: 0name:...

The issue causing this circumstance seems to relate more to wallaby.js - https://github.com/wallabyjs/public/issues/1428. But the error should still be displayed by ava.

My vote would be for Ava. It's probably the most well-known after Jest and has a good worker implementation for parallelism. The maintainer is responsive, actively under development, and the...

``` ➜ $ time pnpm list --depth 5 > /dev/null pnpm list --depth 5 > /dev/null 3.87s user 0.34s system 147% cpu 2.858 total ➜ $ time pnpm list --depth...

I had a quick look and found this comment, but its difficult to understand what the `registerId` stuff is doing, and the sandbox in the repo was broken for me......