mikedlr

Results 51 comments of mikedlr

I had this on Ubuntu (14.04 LTS). I think it's the same as vpaulsmithjr but not yoshifan . The problem is that when you start up you can just see...

Hi, Just came across shellspec and was thinking of using it for http://github.com/spamgourmet/spamgourmet - it looks really useful for us. I see that in the shellspec organisation there are no...

``` import httpretty import requests def bad_request(a,b,c): raise Exception("we should never get here") url="http://example.com/a" query="?ab=cd" httpretty.HTTPretty.allow_net_connect = False httpretty.enable() httpretty.register_uri( httpretty.GET, url + query, match_querystring=True, status=200, body="a okay", priority=5) if...

Simply changing True to False makes the program run as expected so the first matcher clearly works.

I can add to this that if trying to delete multiple tabs using the mouse, the close button moves slightly up and down depending on the title of the window...

@ajrgrubbs please could you retest using the latest python version from python.org. My testing on a the aws_ssm lookup module seems to show that there is some fix included there.

See also https://github.com/ansible/ansible/pull/31500 https://github.com/ansible/ansible/issues/34056 https://github.com/ansible/ansible/issues/32499 and https://github.com/ansible/ansible/issues/31869

Calling it "universal" would suggest also backing up android TVs and similar as well as probably backing up from android to android. I'd only use that name if you think...

Unless it's an AWS standard somewhere, and probably not even then, I don't think we should use `user_ids` as the key for the AWS account IDs. It's ambiguous and probably...

In that case my suggestion would be to use account_ids and standardise that over the rest of the modules by providing an alias in ec2_ami and anywhere else that it's...