Agritite
Agritite
Can confirm this also happens in our codebase. At the beginning of our program we have this code: ``` const dummy = new BrowserWindow({ x: 1, y: 1, show: false...
@azure/core-auth claims that this is policy: >The Azure SDK libraries for JavaScript will not be guaranteed to work on Node.js versions that have reached their end of life. Dropping support...
Bump; funnily enough 5.16 works with Windows 11 SDK despite the same "node-gyp: 8.x" optional dependency. My guess is that in 5.16 we never actually invoke `node-gyp@8` but instead invoke...
Doesn't https://github.com/TooTallNate/proxy-agents/blob/913a49af08cde419082706fe29ba2d0d68c4488b/packages/https-proxy-agent/src/index.ts#L70-L71 just overrides whatever is set by `super(opts)`?
can confirm `Get-WindowsOptionalFeature -Online | ? FeatureName -like *winget*` returns nothing on `mcr.microsoft.com/windows/servercore:10.0.26100.6899-amd64`
On a related matter, why can `path` be `undefined`? What's that supposed to mean?
https://github.com/coreybutler/nvm-windows/issues/1206
> Just skip it in that case and don't activate flto for it? Do you mean compile all other ports with `x64-win-llvm-lto-static` and only `icu` with `x64-win-llvm-static`? Is there such...
I'm using VS 17.11.4 bundled clang-cl, which is 17.0.3. Assuming I'm understanding this correctly, 80a4948 is introduced by https://github.com/llvm/llvm-project/pull/109607, then it doesn't seem to be the case here.
I tested using manually installed llvm 20.1.8 and worked, or wait until vs bundled clang to be bumped to 20 or newer.