Results 80 comments of Aaron Roydhouse
trafficstars

Thank you for the contribution @tomisaacson. Is `aws_session_expiration` / `AWS_SESSION_EXPIRATION` a supported setting or environment variable? I couldn't spot it is the AWS documentation? https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html#cli-configure-files-global https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html

Yeah I found a few examples where an environment variable was used, but not where stored in the `credentials` file. Sometimes the environment variables had different names and value formats,...

This feature is now part of PR #10. Pending documentation and testing it will get merged there. @tomisaacson does #10 also meet your needs?

@tomisaacson I've been convinced to add this as part of #10. Sorry to pass over your PR, which was first. Would you mind reviewing #10 instead?

Hi @virgilwashere thanks for the PR! I am happy with the make-over, though since so much code is touched it calls for some thorough testing. Have you be using and...

Thanks @virgilwashere, well if you and @tomisaacson both use it and you're the ones contributing, let's add `AWS_SESSION_EXPIRATION`. But I'd like to note in the `README` and `--help` that it...

>> The short options I could take or leave. I don't think we are so short on bytes that we need them as well as the (more legible) long options....

Ref: #315 Adding a span tag around the column title does work around this bug as @aeslinger0 identified. I do not have HTML inside the 'span' tags so I guess...

I have the same issue with AngularJS 1.7.8 and mdtDataTable 2.2.0 (current latest of both). It previously worked with AngularJS 1.5.x. I guess this issue was never resolved? ``` angular.js:15567...

This [comment](https://github.com/iamisti/mdDataTable/issues/259#issuecomment-268873461) is consistent with what I am seeing. They suggest it is a side-bug that occurs when full jQuery is not present, and jqLite has trouble with the interpolation....