steve

Results 15 issues of steve

Just curious where this is coming from? Is it inherited from @testing-library? import { JSDOM } from 'jsdom'

When loading the react SPA, currently I have to run getAccessTokenSilently() on a poll of a few seconds to constantly check when an accessToken is available again. I also have...

In the documentation it describes providing a property in the configuration: ss: {} But there is no example of how to user it and what to put into that and...

enhancement

I have an docker-compose.yml file which passes secrets via files: **compose.yml** ```yaml services: node-example: container_name: distroless-getsecret ports: - "80:80" secrets: - THEPASSWORD1 - THEPASSWORD2 build: context: . image: "distroless-getsecret:1" secrets:...

kind/feature

Great demo. I notice when going over the first example - there are some bugs to tidy up. using file: https://github.com/sidpalas/devops-directive-terraform-course/blob/main/03-basics/web-app/main.tf terraform apply > Error launching source instance: InvalidAMIID.NotFound: The...