Agritite

Results 9 issues of Agritite

Trying `yarn add applicationinsights` on `node 14.21.3`, and got ``` error @azure/[email protected]: The engine "node" is incompatible with this module. Expected version ">=18.0.0". Got "14.21.3" ``` So I tried to...

* **Electron-Builder Version**: 24.10.0 * **Node Version**: 18.20.2 * **Electron Version**: 28.0.0 * **Electron Type (current, beta, nightly)**: current * **Target**: NSIS So it seems like due to here: https://github.com/electron-userland/electron-builder/blob/278a3df3c738dbe0d2240f338e901774b7d578c5/packages/app-builder-lib/templates/nsis/uninstaller.nsh#L15-L20...

* **Electron-Builder Version**: 24.10.0 * **Node Version**: 18 * **Electron Version**: 28.3.3 * **Electron Type (current, beta, nightly)**: current * **Target**: nsis In the latest version of our app we...

### System Info ``` @rspack/core: 1.0.5 license-webpack-plugin: 4.0.2 ``` ### Details The default value for `outputFilename` in [`license-webpack-plugin`](https://www.npmjs.com/package/license-webpack-plugin) is `'[name].licenses.txt'`; however, `perChunkOutput` enabled or not, the `'[name]'` will not be...

bug

From the `inih` triplet (https://vcpkg.io/en/package/inih), using `x64-win-llvm-lto-static-md`, eventually it fails when trying to compile meson's `sanitycheckc.c` From meson's error log: ``` Sanity check compiler command line: "C:/Program Files/Microsoft Visual Studio/2022/Community/VC/Tools/Llvm/x64/bin/clang-cl.exe"...

https://github.com/asg017/sqlite-vec/blob/ee3654701f7b8efe4802ff1caed24514f43443dd/sqlite-vec.c#L119-L122 Currently this causes `SQLITE_VEC_ENABLE_AVX` to fail with MSVC prolly should be something like: ``` #ifdef SQLITE_VEC_ENABLE_AVX #include #ifdef _MSC_VER // Visual Studio #define PORTABLE_ALIGN32 __declspec(align(32)) #define PORTABLE_ALIGN64 __declspec(align(64)) #else...

Question: Many ports using make just hardcode `CL` and `LINK` in their makefile. Can we just add some magic in your triplets (or does vcpkg provide this functionality) to force...

### What happened? the [fix](https://github.com/coreybutler/nvm-windows/blob/83a18bb4988ac1a4e30f565c6e3b6e171670bded/src/utility/rename.go#L14) for #1206 is not robust enough because having the same drive letter is not sufficient to establish that two paths are on the same harddrive....