Alvaro del Castillo
Alvaro del Castillo
Not sure we need a road for the 1.0 scene, so removing it from this milestone.
Pretty cool. I need to play with mermaid to understand its full capabilities. Thanks @dplanella
Probably the best design is: * The metric has the default thresholds * If the user defines different thresholds, they are stored in a new object: user, metric, thresholds *...
Depends on #33
Thanks guys! I have seen that this is already included in 0.2.0. We have added a task for testing it in Feb. I will report the results here. We are...
@kerwanp trying to use openapi-metadata importing it with CommonJS we get the error: ``` Uncaught Error [ERR_PACKAGE_PATH_NOT_EXPORTED]: Package subpath './dist/decorators' is not defined by "exports" in /Users/acs/devel/backend/node_modules/openapi-metadata/package.json ```
@kerwanp I am sorry about the delay. let me recheck how we are importing ApiOperation. `import { ApiOperation } from 'openapi-metadata/dist/decorators'; ` Ups, pretty strange we do it that way!...