Eilon Lipton
Eilon Lipton
Maybe it could be made sticky? So at least it will remember what your last choice was?
Use `glyphicon glyphicon-comment`.
Seems to be a bug (or GitHub API limit) that PRs always have a comment count of 0. Issues work fine.
Turns out you need to make an extra request for every PR to get its comment count, and another separate request to gets its *review* comment count.
aspnetcdn.com is fixed, so should be able to revert this now.
The change to switch to local loading was made here: https://github.com/Eilon/ProjectKIssueList/commit/f591488ee39179cf332e3968160f98ead3d9813c
Looks like it's still not working off of the CDN...
Turns out this is super duper complicated and/or impossible. There's no API to get this information. There are APIs to get all the items for the _current_ user (not useful),...
Need to ensure that no one sees access to stuff they shouldn't have access to (e.g. private repos).
Ah good point, thanks.