RB
RB
@jakeonrails that worked for me. Now using this in my `~/.zshrc` alias tabs="DISABLE_AUTO_TITLE='true' && tabset --color 8000ff --mode 0 --title"
The ubuntu man page has the `history` manual http://manpages.ubuntu.com/manpages/jammy/man3/history.3readline.html From the about page, I'm unsure what sections 1 and 8 are. Perhaps the `history` command is not in those sections...
@MacFlurry I ran into this same issue and this was my workaround. I use tfenv to use the terraform version `0.11.7` Verify before $ terraform --version 0.11.7 Workaround will unlink...
FYI to set the `--platform` or any additional docker argument, use the following environment variable. ```sh export GEODESIC_DOCKER_EXTRA_ARGS="--platform linux/amd64" ``` The poor performance of Geodesic on M1 is not specific...
@sijis I was also looking into setting up errbot quickly using a docker container but surprised to see no official one which brought me to this issue. Would love to...
It took me ~32 minutes to destroy it.
@dtan4 @waqark3389 @liamrahav Nice job! LGTM!
@BartusZak, yes because there is a way to import it using Terraform so the API supports it. ``` terraform import aws_codepipeline.foo example ``` See [available codepipeline commands](https://docs.aws.amazon.com/cli/latest/reference/codepipeline/index.html#available-commands)
This would be really useful especially if descriptions can be imported too.
Yes that would be perfect and much more scaleable. It's not blocking the new repo because for now we can copy and paste and rework the site to work for...