Kiril Vatev

Results 90 issues of Kiril Vatev

A few of the projects I work on have now started using JSCS 3, causing this extension to show "unsupported rule" messages for some of the new rules. The dependency...

When I follow this tutorial and run the Windows virtual machine, after running for a few minutes, it will cause the host machine to completely freeze (which in turn also...

Current, the `extend` tries to require and modify the `puppeteer` module. However, I've found several use cases for using `puppeteer-core` to already-installed browsers and not require users to install an...

enhancement

Currently, SVG output is supported, though not by providing `output` in options, the same way that jpg, png, and gif are supported. Here's a repro (though it's quite obvious): ```javascript...

Sometimes (it is unclear to me when) uncaught exceptions that fail tests will not include a `stack` property. When this happens, the `TerminalReporter` throws an error. Worse, any reporters registered...

When I use this module, I get an `ETIMEDOUT` error connecting to a strange IP address `198.105.244.228`. The real IP of my chromecast on my network, however, is `192.168.1.105`. I...

Currently, the Windows portable application opens really slowly. It takes approximately 20 seconds, and users can't be expected to wait that long without any update showing. I tested using asar,...

help wanted