Enrico Stahn

Results 139 comments of Enrico Stahn

@zswanson Thanks for the detailed error description. Will have a look soon.

@adamstrawson Have you seen this issue come up after applying this fix (https://github.com/estahn/charts/commit/25cb0ca888f449d29e324bc32da636019e94a96c)?

@mtdowling I don't see how it is more dangerous than a typo in a usual file system path.

@NiR- Again, how is it different from deleting a local directory? If we follow that argument i vote for removing the `rmdir` from the Local Adapter :) ... You have...

We have a same/similar issue: ``` Error: GET https://api.github.com/repos//foobar/actions/secrets/public-key: 404 Not Found [] on service-foobar.tf line 133, in resource "github_actions_secret" "github-actions-foobar-access-key": 133: resource "github_actions_secret" "github-actions-foobar-access-key" { ```

It appears rspec doesn't have an isolation feature similar to phpunit. I'm running it now manually in "isolation" :) ```bash find spec -name "*_spec.rb" | xargs -I% -n1 /bin/bash -c...

I tried experimenting with `describe` ... `context` but this didn't seem to work. It would be great to avoid introducing a new thing.

Reference: https://github.com/mauricioklein/docker-compose-api/issues/33