Troy Lindsay

Results 39 comments of Troy Lindsay

Still debating with my team whether we would be willing to support this feature. In the meantime, it's possible with existing features to deploy a 2 AZ VPC with the...

> I am looking for pure Single AZ deployment, it seems you are suggesting to deploy multi AZ Deploying an unused subnet in a second AZ doesn't make an architecture...

It can be automated. One way to go about it is to build a new CloudFormation template that deploys the VPC template, kinda [like this](https://github.com/aws-quickstart/quickstart-linux-bastion/blob/ba383d0a19ef389f29a3b44c16181ec90f26b580/templates/linux-bastion-entrypoint-new-vpc.template.yaml#L343-L357), but with the parameters configured...

Sorry, modified the pet store example to OAS3 quickly as the project I'm working on hasn't been approved for open source yet. Updated the example above to one that passed...

So since you can't reproduce the issue via the online editor, does that invalidate what I've reported?

Why request all the detail in the issue template if it won't be used to try and duplicate the issue as reported?

Added a complete example: https://github.com/tlindsay42/swagger-ui-5778. Steps to reproduce: 1. `git clone [email protected]:tlindsay42/swagger-ui-5778.git` 1. `cd ./swagger-ui-5778/` 1. `npm install` 1. `npm start` 1. Expand GET /pet/{petId} ![image](https://user-images.githubusercontent.com/11078689/72195561-7eb58800-33d8-11ea-8043-6e8c9013674c.png) 1. Click `Try it...