libraries.io icon indicating copy to clipboard operation
libraries.io copied to clipboard

:books: The Open Source Discovery Service

Results 115 libraries.io issues
Sort by recently updated
recently updated
newest added

## Bugs ReST API call for a few packages returns empty list of versions Observed Behavior Example: The following Rest API request https://libraries.io/api/go/github.com%2Fpeterbourgon%2Fdiskv returns empty list for versions: ![image](https://user-images.githubusercontent.com/75662423/108031113-4611c480-7056-11eb-892e-d334dd314160.png) However,...

The Two Tickets I chose to address were these: HTTP Status Codes: https://github.com/librariesio/libraries.io/issues/1245 - I parsed through the code to find the intended responses and included those. I also manually...

Thanks taking the time to contribute. This template should help guide you through the process of creating a pull request for review. Please erase any part of this template that...

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

## Bugs https://github.com/librariesio/libraries.io/blob/master/.github/CONTRIBUTING.md has some links that are not valid: "mission and strategy" points to https://github.com/librariesio/libraries.io/blob/master/strategy.md which does not exist "personas" points to https://github.com/librariesio/libraries.io/blob/master/personas.md which does not exist "contributor code...

When viewing the [First Pull Request](https://libraries.io/explore/first-pull-request) and [Help Wanted](https://libraries.io/explore/help-wanted) pages, I noticed some duplicate entries. Examples as of right now (incomplete sample from the first 30 entries of each page):...

The links for Fork/Contributors for gitlab repository projects are invalid. Lets take for example the gitlab-markup project: The forks link is https://gitlab.com/gitlab-org/gitlab-markup/forks but should be https://gitlab.com/gitlab-org/gitlab-markup/-/forks The contributors link is...

## Bugs 1. Change Python project from requirements.txt to pyproject.toml managed by poetry. 2. Resync project on libraries.io (e.g., https://libraries.io/github/alunduil/zfs-replicate). 3. Note that libraries.io still reports dependencies from requirements.txt that...

## Enhancements and Features The Project api **https://libraries.io/api/:platform/:name?api_key=xxxxxx** can only pass one package name,when I need multiple package info I have to call it many times. So, can it support...