sunboshan

Results 2 issues of sunboshan

Here I want to use `convert` to resize an image. `Mogrify.create/2` is using `convert` underneath. ``` import Mogrify open("/tmp/old.jpg") |> resize_to_fill("100x100") |> create(path: "/tmp/new.jpg") ``` However no image was created....

bug

Once upload IPA to iTunesConnect, in the UI, you need to click the "+" button, select the build you just uploaded and hit save. I didn't find it in the...