thetumper
thetumper
Issue and PR in help-me, which resolves transitive issue in pino-pretty: https://github.com/mcollina/help-me/issues/17 https://github.com/mcollina/help-me/pull/18 Please give a thumbs up there, to help get some priority on it.
Related to https://github.com/brettstack/serverless-express/issues/400?
If anyone is seeing this transitively due to usage of pino-pretty, I entered an issue there: https://github.com/mcollina/help-me/issues/17 And related PR to fix: https://github.com/mcollina/help-me/pull/18 Please give those a thumbs up if...
If you remove the additionalProperties in the Pet schema, it will no longer complain about bark. Specifying that in Pet conflicts with the set of properties in the Dog schema.
True. Workaround would be to have Pet remain "generic" -- only used as ref by other types, which specify additionalProperties: false, and are the ones actually used. I.e., specify this:...
Bump! Same here. Need to know if any change will be made in respond.js? Or if this is incumbent on the user of the lib to deal with?