Amin Ya
Amin Ya
`true` triggers the default version which is 17. But when you specify the compiler, it installs 16. So, either remove the clang-tidy specification or use the same version for both.
The code here hands syncing the version for these tools. It can be improved to use the specific version. I think the reason it doesn't work is that `compiler: llvm-17.0.6`...
I think archiving the repository and blocking any contribution is not the solution to the maintainace burden. Even if someone is interested in helping you, they cannot make a pull...
We use [`public-hoist-pattern[]=*` by default](https://github.com/atom-community/atom-ide-template/blob/05ec0f13b39cc977ac6f2db25579e2a00578f081/.npmrc#L1 ) in all of our repositories because of #2781 and some other issues that are hard to debug. But I thought that would be enough...
Here's a reproduction repository. https://github.com/aminya/pnpm-bug However, for odd reasons, the issue has been fixed today. I haven't changed anything in the system since yesterday, but it doesn't happen anymore.
Here's the install script. I see some places that could go wrong, but not sure how pnpm plays a role here. https://github.com/evanw/esbuild/blob/main/lib/npm/node-install.ts
@nathanbirrell if you have a container, it would help to reproduce this. Here's my reproduction repo, but it doesn't happen there: https://github.com/aminya/pnpm-bug
_Copying my comment originally posted in https://github.com/renovatebot/renovate/issues/1342#issuecomment-798823378_ I was able to configure renovate the way I wanted using the following `renovate.json`. Now, I only get two PRs every weekend for...
It fails on VsCode insiders. Here's the stack trace: ``` [21:55:01.710] [server] [21:55:01.710] [server] Server started [21:55:01.890] [server] FATAL ERROR: v8::Template::Set Invalid value, must be a primitive or a Template...
Since #11335 was set as a duplicate of this, the scope of the issue needs to be broadened. I want an option that enables this warning in all cases. The...