Pete Hodgson

Results 50 comments of Pete Hodgson

Oh and the big caveat that I forgot to mention us that selecting by index should always be a last resort anyway. It leads to very fragile selectors and the...

I still think this would be useful so I've reopened it.

Thanks for the contribution. I'm not sure I like the approach of making two separate `frankly_map` calls and then zipping the two sets of views together. It assumes that the...

There isn't a list. IIRC uispec does some dynamic programming magic to try and guess whether you're calling a shorthand method. I think it does that by checking for a...

Good idea. Can you submit a PR with this change to the readme?

That's a strange error. It [looks like](https://github.com/moredip/Frank/blob/master/gem/lib/frank-cucumber/cli.rb#L115) it's happening when the frank build is trying to copy the Frankified app into the new directory. I don't suppose your machine's disk...

I'm at a bit of a loss on this one. Is there any chance you could share your repo with me so I can help get to the bottom of...

Looks like that's definitely a bug wrt calling `[self getOrientationRepresentationViaDevice]` twice. In fact, I think it's something I introduced here: 82c3b33cedb1285c1d4db20d3607f6c0b03b9c42 The way the command routing works on the server-side...

Thanks for starting to explore this - I've wanted to support UIAccessbilityElement in queries for a while. Lots of other interesting ideas here too. Could you start a thread about...

It's quite possible that this is a bug that's been hiding there for a while. I'm not sure many folks are using DisposableDeployer. Thanks for reporting.