Dr. Kibitz

Results 51 comments of Dr. Kibitz

Found a decent work around I think, here's my full Run Script Phase: ``` ## env -i is a work around for https://github.com/Carthage/Carthage/issues/2613 CARTHAGE=$(command -v carthage) env -i $CARTHAGE build...

@davidpasztor unless you have subdependencies running Carthage commands, which you shouldn’t anyway, this is just the build command. You can ensure your dependencies are up to date in the current...

My work around seems to be having a weird hard to track issue. Or maybe more than one. After an initial clone to a new computer, my project fails to...

@davidpasztor @blender my workaround is no longer needed if I run carthage with `xcrun`, e.g. `xcrun carthage ...`. Not sure if that's still a workaround, if so, it's a better...

I also have no idea why running via `xcrun` seems to fix this, along with a weird `rm -rf` exit 72 issue.

I just discovered [brew-gem](https://github.com/sportngin/brew-gem). And can do: `brew gem install xcpretty` This works much better for me in the near term. As for an official formula, I've never done one,...

> violate GraphQL principles How?

This feature makes sense to be implemented in the the request object like described, but I honestly don't like the idea of modifying the $_GET super global for everything (though...

Personally, I don't really like forcing slashes in the web server. I would be +1 for this being an optional commented out piece. I also +1 @rovangju your RewriteBase comment....