Igor Savin
Igor Savin
Considering that this is the most popular libraries for handling cookies in Vue.js, it is very unfortunate that this project is getting more and more stale. Would you be open...
_JSON Schema $Ref Parser_ supports bundling schemas as opposed to dereferencing them: https://github.com/BigstickCarpet/json-schema-ref-parser/blob/master/docs/ref-parser.md#bundleschema-options-callback It would be useful if swagger-combine supported this mode of operation as well.
Current implementation makes it difficult to combine swagger during application startup, as e. g. you cannot add middleware to Express application within an asynchronous block, since it will already finish...
## Bug Description Tests in CI, specifically Windows/Node 16, fail like this: ``` not ok 9 - test/fetch/headers.js # time=4518.838ms --- env: {} file: test/fetch/headers.js timeout: 60000 command: C:\hostedtoolcache\windows\node\16.15.0\x64\node.exe args:...
It would be helpful to support pre/post-processing of requests/responses. Some of the use-cases that I see are: - authentication - logging - custom container wrapping (e. g. by using Either)...
Hi! Looks like this project was not very active lately. Would you be open to inviting additional people to the project? I have lots of experience in maintaining high-profile OSS...
When attempting to validate specification with invalid inheritance that results in endless recursion (e. g. https://github.com/PayU/openapi-validator-middleware/blob/master/test/openapi3/pets-unlimited-recursive.yaml), validation fails with `Maximum call stack size exceeded`. It would make sense to fail-fast...
Judging by documentation, it is currently only possible to use the validator application-wide, immediately affecting all of the endpoints. It would be helpful to be able to attach middleware to...
https://www.npmjs.com/package/colorette 1) Up to two times faster; 2) Zero dependencies; 3) Much simpler library. If accepted, I could provide a PR for the conversion.