Andrew Nesbitt

Results 341 comments of Andrew Nesbitt

I've fixed up the data manually for now, still need to investigate why it wasn't picking up changes to the repository field from npm

Here's an example badge controller action based on one that I wrote for Dependency CI last year: ```ruby def badge response.headers["Cache-Control"] = "no-cache, no-store" response.headers["Pragma"] = "no-cache" response.headers["Expires"] = "Fri,...

@brainwane agreed, might not make sense for PyPI to use the sourcerank badge, I tried to make this issue a bit more broad but we can open a PyPI specific...

@BenJam gunna hold off on merging this until the open data release prep is done, mostly because this will put an unknown amount of load on the queue 🙈

Thanks for investigating this, would you be able to add some regression tests as well?

Looking at https://libraries.io/npm/base62/usage, very few people would automatically pick up a new major version, in fact doesn't look like anyone in open source is using v2.0 yet, so a complete...

npm-on-ipfs does actually run and manage a local in process ipfs installation by default using [js-ipfs](https://github.com/ipfs/js-ipfs) but has the option to either start a separate go or js ipfs daemon...

For PyPI dependencies, I have a server that attempts to run `pip install foobar==1.0.0 -d` and greps out the resulting dependencies install for python 3 on linux. These dependencies are...

@jayfk here's the python specific bit: https://github.com/librariesio/pydeps was a quick hack, if it's useful could potentially set it up to allow passing more args like python or pip versions and...

I don’t have merge access to this repo anymore, sorry