Jason Rosenbaum
Jason Rosenbaum
What exactly is the fix? A find command before success?
cool, I'll be on the lookout for finds. And with refreshes, as you've said, I've made it work either by matching the first page or the one after refresh.
Check out the conflicts? Also, for that, finds really help before the success step
May come down to different phantom versions or whatever you're using to fill these out I guess, but for us anyway, if regular success is false negativing, find usually fixes...
Still some conflicts, but also not super keen on merging these Senate ones (minus maybe Crapo, if you've had good experience with it). All of the others are working virtually...
Noting here that you're going to get a certain amount of random error, even with YAMLs that are perfectly constructed, at least we do with phantom, time outs, etc... We...
Ok, left some comments. Can we revert all the Senate changes? None of them are substantive and all the Senate YAMLs are currently working well under high volume according to...
noting here that there are lots of weird validation rules we've hit on some fields. Like, some forms won't accept spaces or punctuation in name fields, so a name of...
Very cool! Now I have to figure out how to extend the Cordova MapKit plugin to do other types of annotations besides pins (like, say, a little bus icon) and...
Cool! I'm assuming what you'll want to extend is this file: https://github.com/j-ro/WheresTheBusDC/blob/master/WheresTheBusDC/Plugins/MapKit.m And maybe MapKit.h, too. Objective-C is not my strong suit... But basically what we'd need is a function...