Les De Ridder
Les De Ridder
See https://github.com/lesderid/keynavish/issues/15#issuecomment-1366068075.
Has this been fixed (since April 2021)? I haven't been using WinBtrfs since then because of the instability. I've been trying to reproduce it now in a clean WinPE environment...
~This should probably be submitted upstream to Cygwin, but I don't have time for this right now.~ I've submitted this upstream.
It might be a while before I can address the review comments, but the patch does work as-is.
After further debugging, it seems that WinPE doesn't like `mmap`. The arguments (`prot` and `flags`), file size, and file path don't seem to matter.
I was able to fix it, but I'm not sure yet how to properly trigger the bug outside of MSYS. I might try to figure this out first before I...
For WebView2 host objects, you can skip implementing `GetTypeInfo` and just return `Ok(0)` from `GetTypeInfoCount`. This only leaves implementing `GetIDsOfNames` and `Invoke`, which is trivial for most cases, only the...
Yeah, I figured that was the case after looking at it again. It should indeed preferably be mentioned in the source files in addition to the `LICENSE` file. See https://www.gnu.org/licenses/gpl-2.0.html#howto....
I'm getting the same error when I'm running through MSYS2 (with `MSYSTEM=CLANG64` and `MSYS=winsymlinks:nativestrict`), but it's working in PowerShell. I'm on Windows Server 2019 version 1809, PowerShell version 5.1.17763.2090.
Looks like this is a Node version (or build configuration) issue. If I use my system Node.JS (v19.8.1) instead of the MSYS Node.JS (v18.15.0) it works fine.