Andrew Nesbitt

Results 110 issues of Andrew Nesbitt

Whilst working on [Libraries.io](https://libraries.io) I noticed that this project depends on the [`bundle`](https://github.com/will/bundle) gem rather than [`bundler`](https://github.com/bundler/bundler/), this pull request fixes the typo.

As you can see on https://libraries.io/github/Rumyra/browserapis.wtf#dependencies, there were quite a few outdated dependencies, I updated `middleman-syntax` and ran `bundle update`. The only thing I didn't update was middleman itself to...

Unexpected edge case that shows up every so often, sometimes GitHub orgs are turned into users. That's an issue for us because we store orgs and users in two separate...

bug
help wanted

2,192 packages Website: https://www.powershellgallery.com/ Some source code: https://github.com/PowerShell/PSPrivateGallery (may not be helpful)

enhancement
help wanted
package manager
roadmap

The sync process currently ignores name changes, because it's assumed that if the name has changed then there will be a new project and the old one will just be...

bug
help wanted
question
package manager

Paging through the CPAN releases API no longer works for results greater than 10,000 Code location: https://github.com/librariesio/libraries.io/blob/master/app/models/package_manager/cpan.rb#L17 Example url: ``` https://fastapi.metacpan.org/v1/release/_search?fields=distribution&from=10000&q=status%3Alatest&size=5000&sort=date%3Adesc ``` Error: ```json { "message": "[Request] ** [http://127.0.0.1:9200]-[500] {\"error\":{\"root_cause\":[{\"type\":\"query_phase_execution_exception\",\"reason\":\"Result...

bug
package manager

Dependent packages and dependent repo badge endpoints for https://github.com/librariesio/libraries.io/issues/2077

enhancement

First attempt at collecting and storing dependency activity in the database for https://github.com/librariesio/libraries.io/issues/1603 and ultimately https://github.com/librariesio/supporters/issues/21 Adds a method to clone a repository, analyse its history (using [repo_miner](https://github.com/librariesio/repo_miner)) and then...

enhancement
epic

Now that https://github.com/librariesio/libraries.io/pull/1469 is live, we can start thinking about adding support for pulling users from more package managers. First we need to work out which ones are possible to...

enhancement
help wanted
package manager