Kyle VanderBeek

Results 16 comments of Kyle VanderBeek

![Current](https://user-images.githubusercontent.com/46888/37054791-b71134b4-2134-11e8-84a9-afdb527389c1.png) ![Proposed fix](https://user-images.githubusercontent.com/46888/37054797-b8a77414-2134-11e8-8443-021a7ba61839.png)

I ran into this as well, and discovered that it was actually a problem with the Expo SDK not requiring an appropriate version of `@expo/vector-icons`. If you have an app...

This is because `imagemagick.coffee` uses the new-ish alias `canvas:transparent` instead of the longer-supported `xc:transparent`. Convince @richardbutler to change line 35 and it'll work, or upgrade ImageMagick. [Discussion here](http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=17180).

0.4.2 is essentially non-functional right now. It builds commands like this: ``` sh composite -geometry 428x60+0+0sprite/nytimes_hover_2x.png build/sprites.png build/sprites.png.tmp && mv build/sprites.png.tmp build/sprites.png ``` Note: there should be a space after...

Looking back through old PRs... Looks like this bug still happens if you enable downsampling. It'll build an invalid (crashing) command line.

This is old, but I think it still applies. @Ianaver Could you submit this as a pull request?

BTW, feel free to replicate this PR yourself and merge the result instead of this. I'm not trying to put my name on your work, just the mix of Unix...

I appear to have something similar tanking my setup. I upgraded from 1.3.1 to 1.6.1 and it just seems to hang, never fully connecting. The Lita user shows as offline....

Yup, my report was actually about the problem diagnosed in #15 and v1.6.2 fixed it. Thanks.

Is this still viable in 1.10.2?