Joe Spencer
Joe Spencer
I see your points @mbsimonovic. I see the following options as viable: 1. add an OpenAPIFrameworkLogger interface to `openapi-types`. Not sure if I like it because it would make that...
thanks for doing some research @mbsimonovic ! I like ts-log's Logger interface. Seems to fit the bill just right (lightweight, focused, node compliant logger that's generic and not specific to...
in thinking about it further, we may run into issues supplying console for a ts-log Logger.
i'd say include it as a dependency in each of the packages. you'll probably have to create a default logger in `openapi-framework` that implements the Logger interface though, as I...
Yea, that seems counterintuitive. Thanks for fixing that.
@elyobo almost. we have a few more packages that need to accept the logger. cc @mbsimonovic
@kstott not entirely sure. please submit a pr if you find a fix.
@alextes please open a PR
@markyme21 what happens if `nullable: false` is set on a schema item, but globally in AJV we allow nullable?
not sure. feel free to open a PR. ensure that whatever you do adheres to the spec as much as possible.