Ryan Kotzen

Results 7 issues of 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

enhancement
help wanted

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. ![merge advice](https://app.snyk.io/badges/merge-advice/?package_manager=npm&package_name=lodash&from_version=4.17.15&to_version=4.17.21&pr_id=015bd698-36c4-469d-adda-55725d6e269d&visibility=true&has_feature_flag=false) #### 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.

enhancement

### 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))...