Daniel Serodio
Daniel Serodio
Same error in Ubuntu 18.04
Thanks @chusiang. Since I'm using [aws-vault](https://github.com/99designs/aws-vault) to store my Access Keys/Secret Keys instead of ~/.aws/credentials, I improved your alias by passing AWS_* environment variables to the container, and turned it...
For me (El Capitan, 10.11.6) the previous command is not enough to disable the annoying "autocomplete when pressing ESC". Steps to reproduce: ## Test 1: Only disable NSAutomaticSpellingCorrectionEnabled: $ defaults...
@asafch probably, since `brew --prefix coreutils` takes ~0.3s on my Mac with SSD, and this snippet runs this command 3x. ``` $ time brew --prefix coreutils /usr/local/opt/coreutils brew --prefix coreutils...
@Tatsh, do you mind sharing this Python script? :)
Where is this `declare` used? I could do a PR to give a clear error message in case Bash 3 is used, but I couldn't find it anywhere in these...
Probably because of https://github.com/mathiasbynens/dotfiles/issues/814#issuecomment-348139650
> Storing a permanent token in a plain text file doesn't feel very secure, though. Is there a better way? Yeah, I don't like it either. I don't know if...
> [#1442 (comment)](https://github.com/mozilla/multi-account-containers/issues/1442#issuecomment-684846377) > > > … overridden by default setting. > > Always is not a default. No offense, but this is nit-picking.
> For those using Homebrew, `brew upgrade awslogs` should get you a version that works with SSO profiles. If it still installs version 0.14.0_3, try `HOMEBREW_NO_INSTALL_FROM_API=1 brew upgrade awslogs` I'm...