Eddie Hillenbrand

Results 10 comments of 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...

Resigning the app worked for me ```codesign -f -s - --timestamp=none --all-architectures --deep /Applications/libresprite.app```

@barii > ``` > % firebase serve --only hosting > (node:23755) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead. > ``` Looks like you're still...

Personally I hate `brew` and `nvm` and both should be abandoned with extreme prejudice. I used the python virtual environment with nodeenv. It may be a bit more complex than...

It doesn't. ``` error: fatalError The 'swiftc' command exited with error code 1 Consider creating an issue using the following link: https://github.com/tuist/tuist/issues/new/choose ``` Full output: [microfeatures-example.output.txt](https://github.com/tuist/microfeatures-example/files/14424730/microfeatures-example.output.txt) Looks like this repo...

I was able to find great examples in the` tuist/fixtures` directory of the main project. I was looking for an example using `.xcconfig` files, that's what originally brought me here.