Sebastian Große
Sebastian Große
Sequelize with `version: true` option for models does internal optimistic locking. But if you want to provide your own version, to do "manual" optimistic locking from an api level you...
Currently operations can only be "disabled" on service level, it should also be possible from the global defaults option.
**Is your feature request related to a problem? Please describe.** Sometimes there are services that should not be added to the swagger specs, f.e. services added by feathers-distributed. See a...
This PR / branch also includes the open PR #240 and #246. * uses newer go version for building shims * allows usage of npm8 by fixing the symlinks used...
For version 2 at least in the package.json there was the licence ISC. In Version 3 there is no licence information at all. It would be nice if you could...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade joi from 17.7.0 to 17.7.1. :information_source: Keep your dependencies up-to-date....
Hi, thanks for the useful plugin. I don't know if you still maintain it, but before creating another fork npm package, I wanted to ask you if you want to...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade swagger-ui-dist from 5.10.5 to 5.12.2. :information_source: Keep your dependencies up-to-date....
We have the use case that we want to parse openapi yaml specification with references to other yaml files and potential json files. Therefore I created a custom SchemaClient which...