Ryan Kotzen
Ryan Kotzen
The supported OS list in the `README.md` file (trusty & xenial) and on [Ansible Galaxy](https://galaxy.ansible.com/nodesource/node/) (precise & trusty) don't match
In our workflow, we use [@jscutlery/semver](https://github.com/jscutlery/semver) to calculate and set the version numbers for our `NPM packages` in their `package.json` files in our `NX monorepo` and commit that back to...
See code here: https://github.com/lucaelin/krpc.js/blob/3bbe49125dfbe6409fb98bf7fe3757873a38f39e/lib/decoders.js#L67 See comment in #17 for more info
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...
Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of this project.  #### Changes included in this PR - Changes to...
Given that you have a defined router, `routerA`. If you have code along the lines of: ``` router.use('/myFirstRoute', routerA); router.use('/mySecondRoute', routerA); ``` The swagger document only outputs the one route.
### Steps to reproduce (First please check that this issue is not already solved as [described here](https://github.com/feathersjs/feathers/blob/dove/.github/contributing.md#report-a-bug) - if it is a general question or suggestion please start a [Discussion](https://github.com/feathersjs/feathers/discussions))...