Pete Hodgson

Results 50 comments of Pete Hodgson

urk. Just realized that ec2.KeyPairs is right there, a couple of functions down from where I added DescribeKeyPairs. :disappointed:

happy to modify this commit to just be test cases for the existing KeyPairs function. Interested?

I agree with Stew - if you explicitly ask to use an SDK which isn't available then Frank should fail fast with a descriptive error. Cheers, ## Pete Typed on...

Yes, this is possible. I don't have example code to hand - the project I did this on isn't open source unfortunately. I should write a blog post or add...

I really like this Safari technique, but unfortunately it's restricted to only working on the Simulator, and only working if your ruby code is running on the same machine as...

Creating the file on the device and writing it to disk sounds like it _could_ work on the device. Did you confirm that this isn't possible on a device?

I thought I had a cunning solution using the javascript: scheme, but apparently you can't open a javascript: URL with [UIApplication openURL] :( Cheers, ## Pete Typed on a little...

This sounds like a fine approach. Nice find! If you do get a chance to work on it, it'd be good to make the return URL configurable, along with how...

You sometimes _do_ need to select a view at a specific index within a selector statement. A (contrived) example is that you want to tap the first button in the...