Mark Corner

Results 12 comments of Mark Corner

I can confirm this bug and it seems to only happen on testflight builds for us. It is a showstopper unfortunately.

Even on 0.10.0 I had to do two things to get past the appstore checks: 1) Remove the alpha channel from the 1024 icon (I have to do this every...

Yes, I think it assigns it, but it still has an alpha channel until something like #109 gets done, or something better.

Nice, thanks for this. In my case, I am using pods, so: #import "../Pods/eDistantObject/Channel/Sources/EDOHostPort.h"

I will definitely take a look at the example Rails app. In the meantime, I did modify my simple script to start the activity, but I am getting an odd...

I tried the rails app, but I actually never see a decision task show up either (thus no hope of getting an activity either). I can find the workflow registered...

Argh, just found it, sorry. I needed to run: bundle exec rake swf:fire to actually fire it. Plus the domain and the flow version are specified in the setup of...

Very, very slowly... I can only find 5 minutes at a time to look at it... Now I am stuck at the activity poller not picking up the "helllo" activity....

Sorry, but I have gotten pretty off-topic on the original issue here.. I actually went back to the basics and picked up the raw aws-sdk again. I think one of...

Hey, yeah, that works! Nice! I used this: gem 'simpler_workflow', :git => 'git://github.com/fredjean/simpler_workflow.git', :ref => 'c87cabf' and the activity runs. Good stuff. Sorry for dragging this github issue in three...