Armando Martín
Armando Martín
I'm taking a look at the library, but my time is somewhat limited. As for the interest, I got plenty. I really like this lib. I will try to find...
I can try on X. I'll post the results
I think I found the bug. As you said, masking/refresh issue. The caret draws a little bit out of its expected bounds (maybe due to sub-pixel anti-aliasing). So, when you...
I tried it using GCC 10.3, GCC 11.2 and Clang 12. It works properly with any of those. The error only arises when using Clang 13. Edit: set `C_Cpp.loggingLevel` to...
I found out that the error goes away when I set `intelliSenseMode` to `linux-clang-x64` (and that is shown on the C_Cpp log on debug level). But if I let cmake-tools...
About the declaration/definition of `Jitter_RNG_Internal`: Using anonymous namespace in headers is strongly discouraged. It generates a warning on my computer (Ubuntu x86_64 using GCC 13.2). I don't think it's harmful...