Jeff McAffer

Results 35 issues of Jeff McAffer

[def api_request_raw(url, media_type = '') ](https://github.com/gousiosg/github-mirror/blob/master/lib/ghtorrent/api_client.rb#L145) in api_client sometimes returns nil and sometimes throws an exception. This ripples up to pretty much all of the retrieve\* and ensure\* methods and...

when ensure_repo runs on a fork, it looks to ensure the parent repo is also present. If it is not or is otherwise not available, then [this line breaks](https://github.com/gousiosg/github-mirror/blob/master/lib/ghtorrent/ghtorrent.rb#L591) with...

The first, most basic example in the readme works on a Mac but not on Windows. Tried a file with one line (with line ending) on both platforms. Tried different...

More of a question than anything... I'm using `cloneDeepWith` and at various places I want to look-aside and see if there is any data to be injected into the clone....

Elastic search seems like an interesting choice for store technology. Would give live access to the data in a queryable way.

enhancement
help wanted

Currently on startup we look to see if there is a known config from the config provider, if there is, we use it. That's great for production scenarios but in...

The current code traverses statuses but does not really do anything with them. They can be interesting indicators of project and contributor activity.

enhancement
help wanted

If you run the crawler with azure blob configured as the deadletter store but using a SAS token that does not have List permissions, and hit the deadletter store `count`...

Sketched out implementations of two different config loaders that go with the PR from @patrick-steele-idem for refactoring the crawler factory. That PR should end up in this branch eventually. This...

The repo traversal currently does not gather Releases and while the ReleaseEvent is harvested, it also does not fetch the actual Release document.

enhancement
help wanted