Ariel Gadbois-Roy

Results 16 comments of Ariel Gadbois-Roy
trafficstars

I created a PR https://github.com/nestjs/swagger/pull/1696 I will check back to fix your comments whenever I have some downtime

@kamilmysliwiec is an enum array with 1 value supposed to have `isArray` to true? Seems like the test disagrees. In my mind, this means the API is expecting an array...

Any plans on making this happen? Currently, the rotation applications are only useful if you want to give developers all access to the AWS account, which is often not possible.

This is my static Vuex store module. ```typescript // test.store.ts import { Action, Module, VuexModule } from "vuex-module-decorators"; @Module({name: 'testStore', namespaced: false}) class TestStore extends VuexModule { testStateField: boolean =...

> As mentioned in the API documentation : [UpdatePublicKey](https://docs.aws.amazon.com/cloudfront/latest/APIReference/API_UpdatePublicKey.html) UpdatePublicKey action lets you update just the **Comment** field. The values **EncodedKey** and **Name** are immutable, and cannot be updated once...

> Have you found a good way to mutate within CloudFormation? This is trivial if you're using CDK. I ended up adding a hash of the key to the ID...

> Oh, I ran into this.... @kamilmysliwiec Can we please plan to get this merged? @ArielPrevu3D is there any work around to get this going while we wait for the...

Is there a reason why headers from `linux-libc-dev` are considered to be a kernel vulnerability with the image?

We are also experiencing this issue, which is preventing us to integrate with many OpenAPI-based tooling. Current workaround is to fix the document's schemas recursively with our own code.

> @ArielPrevu3D Could your workaround code be used to start a PR? No, I just fix the result after the compiler plugin and the swagger module generates the OpenAPI document....