Joe Spencer

Results 181 comments of Joe Spencer

Agreed! @MugeSo, based on this, I feel we can add a note in the README for `express-openapi-security` that states something to the affect that oauth2 and basic are mutually exclusive...

@kmetto plz get the build to pass

@vision10 plz fix the build

look at the comments here: https://github.com/avishorp/TM1637/blob/master/TM1637Display.h#L107 for a clock i do something like this: ``` display_clock.showNumberDecEx(102, 0b01000000, true, 4, 0); ``` this would display `01:02`

We could try moving that into a separate method that can be callable from both the deconstructor and a module method. We'd need to define a way to initialize it...

This question was posted here as well: https://github.com/kogosoftwarellc/express-openapi/issues/72 If you drill into that and see the issue I raised in the open api repo, you'll see that no official jsonschema...

FYI, [express-openapi](https://github.com/kogosoftwarellc/open-api/tree/master/packages/express-openapi) now has beta support for OpenAPI V3.

@vspiliop may I suggest [express-openapi](https://github.com/kogosoftwarellc/express-openapi) as an alternative? It is 100% based on jsonschema (unlike swaggerize-express) which would support the type of validations you're referring to.