john

Results 12 comments of john

While I think this PR is potentially useful, it seems to have (at least) a couple of problems: 1. it doesn't sync the attribute statements when you select a user...

For me, the failing symptoms are: ``` me:~$ aq Traceback (most recent call last): File "/Users/me/.pyenv/versions/3.7.9/bin/aq", line 5, in from aq import main File "/Users/me/.pyenv/versions/3.7.9/lib/python3.7/site-packages/aq/__init__.py", line 29, in from aq.prompt...

@mtoftum thanks, I missed that.

After DNS flush, still 404. ``` >>> import urllib.request,os,hashlib; h = '6f4c264a24d933ce70df5dedcf1dcaee' + 'ebe013ee18cced0ef93d5f746d80ef60'; pf = 'Package Control.sublime-package'; ipp = sublime.installed_packages_path(); urllib.request.install_opener( urllib.request.build_opener( urllib.request.ProxyHandler()) ); by = urllib.request.urlopen( 'http://packagecontrol.io/' +...

Note: the AWS_PROFILE workaround [above](https://github.com/okigan/awscurl/issues/44#issuecomment-626702166) doesn't appear to work for the external [credential_process](https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-sourcing-external.html) case where the profile in `~/.aws/config` looks like the following (and which works correctly for all AWS...

Thanks, appreciate the quick reply.

@FyzHsn the behavior you're describing (a folder object is created if you use the S3 console to create `folder/`, but a folder object does not get created if an object...

I intend to close this issue shortly as "working as designed" but it would be interesting to understand if there is any intention for sapling to support legacy `.git/` based...

If `--cache_path` is a required parameter, then ideally the software would indicate this with `required=True`, as follows: `parser.add_argument('--cache_path', dest="cache_path", type=str, required=True)`

@wchengru Hi, what kind of example are you looking for? I'm looking for a more usable out-of-the-box SAM policy template, for example: ``` kms:Encrypt kms:ReEncrypt* kms:GenerateDataKey* kms:DescribeKey ```