Amin Ya
Amin Ya
The code has been open-source forever. Why don't you contribute a PR that adds configuration for this?
You can: - Make a pull request to add settings for the package - Sponsor someone to fix the issue for you - Uninstall "atom-ide" to get rid of IDE...
Go to `about:debugging#addons` and load this zip file [videospeed-fullscreen-fix.zip](https://github.com/codebicycle/videospeed/files/3850188/videospeed-fullscreen-fix.zip)
The part where you can force a certain slash should be configurable, but I think preserving the slashes used should be the default. i.e., if you want `\`, you should...
For [my case](https://github.com/pnpm/pnpm/issues/2135#issuecomment-895788518), setting the `child-concurrency` to `1` in `.npmrc` fixes the issue. It seems that `node-gyp` builds are not thread-safe. ``` child-concurrency=1 # node-gyp fails on windows ``` https://github.com/atom-community/papm/blob/3c1b05e5abe2fba8c4e494e9568e99298c2b2ca4/.npmrc#L11
Where can I find the installation log for vs2019? @jacobq
The package needs registration. #223 will probably solve this!
@jacobq The package is currently broken. The installation does not finish. It does not matter if I install Python 3 or 2. @felixrieseberg Could you register a new version?
How can I skip the installation of Python altogether? It fails now in the Azure environment. Here is an example of a windows-build-tools failing installation in Azure CI. It is...
Registration did not help with the issue. I tested this with the version registered on my account. The issue is in `Tailer`. It never finds the log files for the...