Matt Pinkston

Results 9 comments of Matt Pinkston

@michallepicki @mhanberg @aaronrenner Hello! I'm thinking about taking a crack at this ticket (hoping to use Wallaby in conjunction with AWS DeviceFarm) and had a question about the existing `web_driver_client`...

That makes sense. I think I'll try something along the lines of defining behaviours for each protocol and using adapters to implement them which can then make web_driver_client an optional...

so, I hacked in partial support awhile ago but haven't kept the branch up to date or anything.. but, if anyone's interested, here it is: https://github.com/TableCheck-Labs/wallaby/tree/hydra-devicefarm I might give it...

This bit me as well with some old code. I'm assuming the intended behavior is to set TZ to UTC only if it isn't explicitly set in the second argument...

I think it's because `$stdout.flush` is getting called first, which isn't defined in the class ErlPort uses. It might be fixable by monkey-patching that class at the top of your...

This looks pretty good to me! I'm using the proxy option as well (which was also broken), but this seems to work. The only side-effect is the way it converts...

Hello, @vic. I'd like to add my voice in petitioning for some updates to this fine utility library or to allow another to take over its maintenance. At the very...

Dear @k-asm If you are willing, I would be happy to support you as the new maintainer for this package. I have already sent an email directly to the owner...

> Seeing this too, curious if you ever got around it? [@mpinkston](https://github.com/mpinkston) @Dalepalmer Sorry for the late reply, I just called `use Params` first to get around this; but `Module.eval_quoted`...