opensourcecontributors
opensourcecontributors copied to clipboard
Find all contributions for a user through the GitHub Archive
Have been unable to access for a week plus
As noted in #5, #6, #83, #86, etc, users are often interested in further analysis of the results of their searches. One simple way to help some of them would...
As discussed in #87, a json api is available. (Yay!) The json endpoints should be discoverable from the HTML search query and search result pages via links to request json...
I had difficulty determining what a "contribution" was beginning this. I definitely got all the ones that I considered contributions, but may have included too many. For example I think...
In complex projects it is common to contribute to several forks. This can lead to an artificial inflation of the number of projects contributed to, since all forks show up...
This just occured to me. The pre-2015 events (in the `timeline` directory) don't have event_id attributes. However, the new ones all do. Maybe I could replace the MongoDB `_id` attribute...
Could really use some tests for the Go stuff, especially the event thing. Use this: http://goconvey.co/
Currently we don't use `net/context`, but we should. https://godoc.org/golang.org/x/net/context Each piece of middleware, including the final handler, has no good context state. This is primarily irritating in the error handler,...
Google doesn't really care about this site, in part because it can't see it has any content. There's no list of users anywhere (since it's based around search), so it...
When the server is down, the responseError handler is still called. But then `rejection.data` is null, which causes another error! :cry: ``` function ConfigureErrorHandler($httpProvider) { $httpProvider.interceptors.push(function($q, $rootScope, $log, $injector) {...