Adam Romanek
Adam Romanek
I can reproduce this too, my setup is: - bash-oo-framework: v2.1 - Ubuntu 16.04, Linux kernel 4.4.0-142-generic - terminals: Terminator 0.98 and xfce4-terminal v0.6.3 (Xfce 4.12) - Bash version 4.3.48(1)-release
It looks like the problem is only present in non-fancy (non-colorized) output mode. I checked that `tput colors` returns `8` on my terminal, so `UI.Color.IsAvailable` is `0`. I also checked...
Does this change break any existing usage? If so then it should be implemented conditionally, based on a new parameter etc.
I'm also waiting for a release with JWE support. Thanks in advance!
I created a PR to fix the release year: #264
I faced the same issue with: ``` aws-cli/1.18.69 Python/3.8.5 Linux/5.4.0-65-generic botocore/1.16.19 SAM CLI, version 1.18.1 ``` Basically I created a new set of IAM credentials which I stored in `~/.aws/credentials`...