Josh Cockrell

Results 7 comments of Josh Cockrell

@ndeloof Do you have any feedback on this PR or things making you hesitant to merge it in?

@MrChrisRodriguez Did you ever figure this out? In my case, it would be great to use `x-aws-vpc: Fn::ImportValue: ...` instead of manually looking up the VPC id in the AWS...

Looks like an if statement just needs to be added to https://github.com/ProtonMail/ios-mail/blob/7996c1bd9f823d467aad75007fcbe0c24be7d82b/ProtonMail/ProtonMail/ViewControllers/APP/WindowSceneDelegate.swift#L135 Maybe even copy pasting that existing deep link logic but dropping the `deeplink.append(DeepLink.Node(name: "toComposeMailto", value: path))` line would...

I was encountering this error with the `"!GetAtt"` command, even after adding the `yaml.customTags` settings. @mo-martinwilson suggestion fixed it for me. Solution: change the line to: `"!GetAtt sequence"`

@thaJeztah Do you have someone else you could assign this PR to? It's now been sitting for 1 year without anyone looking at it. I'm happy to rebase and reopen...

I finally had some time and rebased and recreated this pull request here: https://github.com/docker/docs/pull/17178