🎮 Mani
🎮 Mani
I created an other issue for the json, what is wrong is the backslashes they should be escaped, or slashes or when the field is read to be canonalized.) The...
I believe the issue is about Unicode. I looked at the python code and in report.py in the function generate_difference_report the var first_line is an ASCII string but in the...
> I just ran into this problem and it looks like it's the color output that's the problem. If I disable the colors, I don't get any garbage characters. So...
I am not sure I understand, as compileas seems to affect the item type of the file property that tells MsBuild how to treat the file (don't know what it...
I think maybe the solution is to add the ixx extension to the m.categories.ClCompile.extension, and if possible this would be best to be done only for vs2022 and latest vs2019,...
Actually I believe wher those extension need to me added is in the `m.categories.ClCompile.extension` array. Those control de buildactions, or if you will the Item Type in the file property...
Now that VCPKG_ROOT is not defined anymore, For people that use the installation that comes with the image you can set VCPKG_ROOT to VCPKG_INSTALLATION_ROOT with this step. ``` - name:...
Is there a way to have Verbose output to debug?
@StephanTLavavej, of course it would need temporary storage like swapping ints. Sorry that I wasn't clear enough. :) Because I feel this is more an issue with the vectorizer I...