Levi

Results 134 comments of Levi

@tjtaill The CLI `taskcat test run` uses CFNTest under the hood. I looked at how you created your config in `get_config()` and compared it to how [CFNTest](https://github.com/aws-quickstart/taskcat/blob/a82a9292762dd62b8867674f99169026abd8988d/taskcat/testing/base_test.py#L67-L96) does it. The...

@andrew-glenn The credential issues are mainly around corp security. I have to do MFA to get a my tokens and then assume a proper role. That and worrying about my...

Its not really a CLI type thing 😉 , more of an import into python workflow. I can update the names and stuff. Should see a PR in the next...

okay after reading the codecov output I think I have a better idea of whats going on. So the ping transmits certain data about the project and I possible the...

Does this issue belong here or https://github.com/microsoft/vscode-dev-containers

It is happening across many of my dev containers and it seems to be random. Also it happens even if you use the command palette not just the pop up....

@chrmarti It isn't an issue with my local machine, which I had thought it might be.

Do we have a fix for this? I see it mentioned several places here on github > xxxx@xxxxx:~/.scripts$ bash uploadsync.sh > -------------------------------------- > Starting script Fri Apr 7 11:21:47 EDT...

Ahh, I thought it was referring back to the Postgres version. Also when I don't specify an environment variable and instead let galaxy run a local Postgres... or maybe its...

@bgruening This is a brand new empty postgres DB. Does that make a difference? my image is using `FROM chambm/omicron-galaxy`