Todd Gamblin

Results 49 comments of Todd Gamblin

@inferno-chromium: that can be fixed, as mentioned above, by making the queries overlap. I’ll add that.

Is GHTorrent (developed by @gousiosg for software analytics) a potential source of data for the criticality score? See https://ghtorrent.org/. There are instructions for access to the database here: https://ghtorrent.org/raw.html. Also,...

Conda shows up in the new python data, but Spack (which has a higher criticality score at .78) still doesn’t. Spack has 1.9k stars (https://github.com/spack/spack). What’s the star count of...

> it sometimes misses result, so painful. reran generate again and it does show in list. pain, will debug more. Sorry this is so painful!

@inferno-chromium: looks like https://github.com/spack/spack still doesn’t show up in the python list.

@inferno-chromium: ok looking into it. I can replicate the issue (and yes the search results are really weirdly ordered). While I'm doing that, I noticed that by ignoring the term...

So looking at the search results from GitHub, I can't get Spack to appear in a search unless I specifically ask for `sp in:name` or `spack in:name`. it's consistently *not*...

@andrew’s https://libraries.io tracks many package manager ecosystems and has APIs for many things, including dependents (https://libraries.io/api). It is extensible; you can add support for new package managers: https://github.com/librariesio/libraries.io/blob/master/docs/add-a-package-manager.md Still on...

@brugger1 looks like it is running now. If it helps, you can reproduce the build exactly as it is in CI locally with this: ``` spack ci reproduce-build ``` That...

Ok I fixed this. The last commit has the details. The issues were: The Python that comes with XCode command line tools is a bit weird. This fixes two issues...