Stanislav Ershov

Results 16 issues of 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,...

bug

### Description Normal look ![Image](https://github.com/user-attachments/assets/4a80a960-cf77-42f0-8de5-883b3816537d) Abnormal look ![Image](https://github.com/user-attachments/assets/69219f76-4976-4b5f-8b03-6b486c4b6de9) Incorrect text color for all predefined background colors in second row and some custom colors ![Image](https://github.com/user-attachments/assets/25ce668b-469b-4b7a-96a0-9e710c2900d8) ### Gitea Version 1.24.0 ### Can...

type/bug

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...