Chad McElligott

Results 29 issues of Chad McElligott

as of Node.js v9+, the built-in [assert.throws()](https://nodejs.org/api/assert.html#assert_assert_throws_block_error_message) accepts an object as the "error" parameter. When passed an object, it checks the properties of the error against the properties on the...

power-assert-v2

When a migration has already been run, right now it bails out saying that the specified migration is not pending, and exits with an error status. I think in a...

help wanted

It seems that jsdoc has been abandoned... most people that want to see patches land in the project have decided to just fork it and make the changes themselves. I...

The library documentation on the README is difficult to parse visually. Would be great if there were some sort of table of contents, and if the different header levels were...

When I use a parameter like this: ```yaml parameters: - name: flag in: query schema: $ref: '#/components/schemas/SomeFlag' ``` where the component looks like this: ```yaml components: schemas: SomeFlag: type: boolean...

Right now all requests are made through request-promise-native using default configuration. A consumer of this library may want to customize its behavior for things like disabling `rejectUnauthorized`, enabling `resolveWithFullResponse`, disabling...

help wanted

Originally reported in #101 > If you start to connect to a remote server in the absence of a network, errors can also not be caught without debug. They simply...

help wanted

> The bridges resource now exposes two new operations: > - POST /bridges/{bridgeId}/videoSource/{channelId}: Set a video source in a > multi-party mixing bridge > - DELETE /bridges/{bridgeId}/videoSource: Remove the set...

enhancement
help wanted
semver-minor

https://wiki.asterisk.org/wiki/display/AST/Asterisk+16+Channels+REST+API#Asterisk16ChannelsRESTAPI-move

enhancement
help wanted
semver-minor

In many (but not all) of the methods, the `params` parameter is given a default value of `{}`. This makes codecov complain because none of the library's tests have code...

help wanted
semver-major