Ariel Gadbois-Roy

Results 16 comments of Ariel Gadbois-Roy
trafficstars

> I'm happy to jump in a submit a PR for this I just need some guidance on where in the codebase I should start looking -- otherwise can we...

We would want `required: boolean` in `parameters` and `requestBody`, but not in `schemas`. If this code only affects OpenAPI schemas, then the answer is yes. https://swagger.io/docs/specification/basic-structure/

Using @codybreene 's updated code, you would call `fixSchemasInDoc()` with your `OpenAPIObject` document as a parameter. That document usually comes from `SwaggerModule.createDocument()`.

You guys need to replace `html-minifier`, the dependency is abandoned, vulnerable, slow and has popular alternatives which don't have these issues. I propose [html-minifier-terser](https://www.npmjs.com/package/html-minifier-terser) or [minify](https://www.npmjs.com/package/minify) for a replacement

> Hi @ArielPrevu3D, thanks for the suggestion. I'm actually planning to replace `forge-server-utils` with the new, official [TypeScript/Node.js SDKs](https://github.com/autodesk-platform-services/aps-sdk-node). The official SDK is currently in beta, but should get stabilized...

iPerf3 sends no packets to keep the TCP connection alive when running in UDP mode. Our firewall closes the inactive TCP connection, resulting in this exact problem. I have a...