Eddie Hillenbrand
Eddie Hillenbrand
Would there be interest in build system improvements that make the following changes? - Incremental builds - Package manager agnostic - No sudo - Completely in tree dev builds (don't...
I'll take a look at `lsp-enabled-clients`. I wonder if detecting the `.xcodeproj` file would be sufficient for picking sourcekit-lsp over clangd? That's what I was going to try in my...
The GL loader seems to assume OpenGL 3. It doesn't do a compile time or runtime check from what I can tell. At the end of `GL.LoadAllProcedures` it does `GetIntegerv(NUM_EXTENSIONS,...
I intended to add a little more to the description, but I now think it is sufficient. I'm using this change in several projects and it works great. This is...
It doesn’t break iOS, but there is some check in App Store Connect that rejects it (I believe erroneously). The rejection is "ITMS-90424: Invalid Swift Support” even if the app...