Richard Collette

Results 88 comments of Richard Collette

I believe I just ran into this issue when trying to generate documentation on an [inversify-express-utils](https://github.com/inversify/inversify-express-utils) controller ```typescript import { BaseHttpController, controller, httpGet, requestParam, } from "@nota/inversify-express-utils"; import { HelloService...

I have to believe this issue can be closed at this point?

Using the following configuration, I do not see Model class/property documentation. ``` private static void ConfigureSwagger(IServiceCollection services) { services.AddSwaggerGen( c => { c.SwaggerDoc( "theName", new Info { Title = "theTitle",...

Associated with PRISMA-2022-0394 >github.com/gin-gonic/gin module from all versions is vulnerable to Path Traversal due to wildcard parameters incorrectly decoding URIs recursively. The wildcard request parameter should get the full path...

I'm using tsx with AWS CDK until this is resolved. In cdk.json, change the app property to: ``` "app": "npx tsx bin/app.ts", ```

Adding skipLibCheck is simply a workaround to an incorrectly defined type. All one has to do is open the type declaration file and the error is there. ![image](https://github.com/openlayers/openlayers/assets/136476/dbee6314-c178-40ab-abae-80a4cf743385) ``` Error:...

It looks like there was a merge to fix this. Can this issue be closed?