Kiril Vatev

Results 125 comments of Kiril Vatev

I don't currently use VS Code, and electron already comes with devtools built in. I don't currently have time to investigate this, but welcome PRs if you'd like to contribute...

Unfortunately, it is not my call. They are community projects that I just contribute on.

It installed JCSC 3.0.3. However, now it is just timing out when trying to get JSCS content. There are some `[Connection] Unable to stringify message: Converting circular structure to JSON`...

Duplicate of https://github.com/popeindustries/inline-source/issues/28

Just my two cents, since I was welcomed to comment. I have only used ava for one project so far, but I immediately ran into this issue and it confused...

I have never seen another test framework do this, and I have used quite a few. I have had code throw errors, both intentional and unintentional, both synchronously and asynchronously,...

This isn't entirely what was asked, and I still think support for wildcards is needed, but I wanted to point folks in the direction of [`actions/github-script`](https://github.com/actions/github-script) as well, in case...

@eine Best I can tell, no dependencies are available by default, but you can install anything you want in a previous step of the same job.

This error also happens every time on appveyor if a repo token is not provided. It's strange, because one should not be needed, as far as I understand it. When...

This issue is inherent to how Electron works (at least on Windows). When an electron app is launched, it will create a new process group, separate from the command line...