blu3mania

Results 6 comments of blu3mania

I enabled step debug and triggered a new run, which still failed: https://github.com/blu3mania/npp-papyrus/actions/runs/657712158

Not sure if the compiler pattern matching is case sensitive or not, as the searched pattern for VC++ is "**/cl.exe", while MSBuild calls "CL.exe" for compilation.

Using CodeQL release 20210304 indeed works. I will keep an eye on future CodeQL releases and test them when available. Thanks Mathias.

Another workaround that does not involve other tools. You can just configure key mappings in Chrome Remote Desktop and map right shift (ShiftRight) to left shift (ShiftLeft): ![image](https://user-images.githubusercontent.com/59448289/178769817-fe9ed291-16d1-4eaa-8739-26c1aa939d0b.png)

Shouldn't lfs.fetchinclude also be set or use "-I" (or "--include") parameter in GitCommandManager.lfsFetch to make sure LFS only fetches from included paths?

@donho The build failed with GCC on std::basic_string::ends_with() which was introduced in C++ 20. Does MinGW-w64 v8.1.0 even support C++ 20 standard? According to https://www.cppstories.com/2020/08/string-prefix-cpp20.html/ you may need at least...