André Cruz
André Cruz
This happens because `isEmpty` returns true for objects composed of only non-string keys (e.g.: symbols). See: https://github.com/lodash/lodash/issues/3492 Would you be open to accept a PR that changes `isEmpty` to a...
I have a mono-repo with multiple packages. I run `auto-changelog` for each of them separately. It's working great, except that `tagPrefix` is not respected for the last version: ``` ###...
Since `0.1.6` there's been a lot of errors like this. One of the packages that have this issue is: http://reality.sgiweb.org/maxw/tmp/bower/Open_Sans.zip With `0.1.5` it works with the above zip file. Also...
Here's a few of them that are valid repositories but issue stats say they don't exist: `kentprimrose/12env` `meza/AAO-js` `amoa400/aa-mysql` and a lot more.. why are these not returning any stats?...
A request to `http://issuestats.com/github/rails/foobar?format=json` does not return a `404` status nor a valid `json` response, it simply renders a "Page does not exist". Would you be interested in solves this?...
It would be awesome if we could `--json` and the CLI would output json similar to what the module itself returns. Thoughts?
``` git clone https://github.com/moooji/babbel.git && cd babbel && david events.js:141 throw er; // Unhandled 'error' event ^ Error: Failed to replace env in config: ${NPM_TOKEN} at /usr/local/lib/node_modules/david/node_modules/npm/lib/config/core.js:417:13 at String.replace (native)...
`getLatestVersionInfo` uses the last entry from the `versions`, which is wrong. It should use `data['dist-tags'].latest` instead. Issue raised from https://github.com/sindresorhus/got/issues/185#issuecomment-192949552
When calling `stop()`, I was expecting that all listeners attached to elements registered with `registerElement()` to be cleaned.
> This is a proposal for an identity management system for Peer-Star, named Peer-Star-Identity. It's built upon standards to provide a good foundation for Peer-Star applications to authenticate and identify...