Marina

Results 5 issues of Marina

I am trying to add hyperlinks to my `bubble-table`, but OSC 8 hyperlinks don't work when inside the table. I am using this function to create the link: ``` func...

bug

When trying to execute any Terragrunt command in a path where Terraform isn't available, I get no error message: ``` ❯ aws-vault exec sbox -- terragrunt apply --terragrunt-log-level debug --terragrunt-debug...

bug
p:queued

**THIS PR IS BACKWARDS INCOMPATIBLE** the existing keys, `nat_gateway` and `nacl_rules`, were changed. This is an improvement of #38. Changes: - New script to generate code to generate the necessary...

Oie, Alguns pontos relativos a tradução são importantes a gente padronizar: - o código (variáveis, nomes de função etc) ficam em inglês ou português? - muitas vezes aparece o nome...

discussão

The logic for error handling is the same in the nuke default Ingress/Egress SG: ```go if awsErr, isAwsErr := err.(awserr.Error); isAwsErr && awsErr.Code() == "InvalidPermission.NotFound" { logging.Logger.Debugf("Egress rule not present...