Michael Savage
Michael Savage
https://github.com/Qfusion/qfusion/blob/master/source/game/p_client.cpp#L306 move this after copytobodyqueue
Cool project, the problem I have with ninja is you can't static link with musl, and samurai solves that! I'm hoping to have a build system I can add to...
(Using `Microsoft (R) C/C++ Optimizing Compiler Version 19.20.27508.1 for x64`) I get a lot of errors like ``` C:\Users\mike\Documents\CppSPMD_Fast\mandelbrot_imp.h(79): error C2593: 'operator +' is ambiguous C:\Users\mike\Documents\CppSPMD_Fast\cppspmd_avx2.h(1787): note: could be 'cppspmd_avx2_fma::vfloat...
[ggentropy](https://github.com/mikejsavage/ggentropy) [ggformat](https://github.com/mikejsavage/ggformat)
Hi, this isn't actually an issue so feel free to just close it. It could have been an email too but this specific error isn't on Google yet, so hopefully...
OpenBSD packages a reasonably up to date version of headscale now (0.22.1), if that's actually too old then feel free to just close this 7.1/7.2 are no longer supported so...
Clay's text measuring callback is defined to take a pointer to `Clay_String`, which seems redundant because Clay_String is already a pointer. I may be wrong but it looks like the...
Clay_Color is defined as 4 floats, so you would expect each component to range from 0-1, but the inspector hardcodes colours with components in 0-255 as if it was 4x...
I guess this is the least effort fix for #271, feel free to close if you would prefer a different approach
https://github.com/nicbarker/clay/commit/d9e02ab1d365054997afe2068b3b59bdc20df5d9 fixes the image element's size, but not its parent's. This emits a 0x100 rectangle with a 100x100 image inside it: ```cpp #include #define CLAY_IMPLEMENTATION #include "clay.h" int main( int...