The issues don't contain the reporter email addresses, just the Github login IDs. These are being used to construct the contact ID in the VTODO but this is not ideal.
It is possible to get the proper email addresses by doing a second API query for each issue. These should be cached, see issue #1
patch done on local repository, made a pull request as well.
There was an unresolved reference to variable 't' on line number 71 and 100 which is also solved.
The issues don't contain the reporter email addresses, just the Github login IDs. These are being used to construct the contact ID in the VTODO but this is not ideal.
It is possible to get the proper email addresses by doing a second API query for each issue. These should be cached, see issue #1