Daniel Coffman
Daniel Coffman
I have not installed gnu-tar, I'm using bsdtar 2.8.3 - libarchive 2.8.3 which is the OSX default, and get the same failure. ``` dgc@dgcwork:~$ docker-osx Installing Docker 1.2.0 client... %...
If I understand what you're asking -- I managed to get this working with vendored pods declared like in https://github.com/pinterest/PodToBUILD/blob/master/Examples/React/Pods.WORKSPACE, but it doesn't seem possible otherwise.
Not really... the error message looks to me like it's being generated from a failure in the error handling code itself, so who knows what the actual failure was ```...
The examples in this codebase are a good test harness, so if you want to go deep, you can attempt to replicate the failure in one of the examples and...
Module._resolve invokes node’s Module._resolveFilename with whatever path it sees. That can't work with path aliases (or anything else _resolveFilename won't understand). How can this be made to work? Module._resolveFilename is...
Seems to be another instance of https://github.com/callstack/linaria/issues/531
iOS 9.2 is a killer for the approach taken by this repo. It seems detecting that an app is not installed leaks information in a way that Apple and Google...
Unfortunately it seems the best you can do is choose to show an error for iOS users who don't have the app installed, or not try to open it at...
@thebylito Can this land?
I would really like JavaScript config because I hope to someday provide functions to e.g. `module.name_mapper`.