Stanislav Ershov
Stanislav Ershov
https://github.com/biojppm/c4core/blob/master/src/c4/compiler.hpp#L27 It breaks compilation using clang-cl.exe because it defines both `_MSC_VER` and `__clang__` and cannot find `alloca.h` in rapidyaml. Also it breaks clangd when using msvc toolchain, eg. in qt...
### Operating System Windows ### What's the issue you encountered? Cant create signed enums. ### How can the issue be reproduced? ``` enum Test : s8 { None = -1,...
### Description Normal look  Abnormal look  Incorrect text color for all predefined background colors in second row and some custom colors  ### Gitea Version 1.24.0 ### Can...
MetaFile marked as optional Reproduce 1. Clone https://github.com/kuiperzone/PupNet-HelloWorld/ 2. Comment line https://github.com/kuiperzone/PupNet-HelloWorld/blob/main/HelloWorld.pupnet.conf#L129 3. Output ``` Remove: ./home/crackedmind/Projects/PupNet-HelloWorld/Deploy/OUT/Artifacts.AppImage.x86_64 ... OK Create Directory: /home/crackedmind/Projects/PupNet-HelloWorld/Deploy/OUT/Artifacts.AppImage.x86_64 ... OK Create File: /home/crackedmind/Projects/PupNet-HelloWorld/Deploy/OUT/Artifacts.AppImage.x86_64/zone.kuiper.helloworld.desktop ... OK Create...