CODING VIDEO ============ Today I am planning to work on a new issue for the GitHub API for Java. First, let's check the GitHub website. https://github.com/hub4j/github-api/issues?page=1&q=is%3Aissue+is%3Aopen This is page one of the "open issues" for the project. Let us look at the first one in the list. https://github.com/hub4j/github-api/issues/997 As per this comment: https://github.com/hub4j/github-api/issues/997#issuecomment-738463916 ...@bitwiseman is already working on this. Let me try another issue. Let me take #151. It looks like the feature for this is not working, due to the way the library is used. From comment: https://github.com/hub4j/github-api/issues/151#issuecomment-541212980 ...it seems @bitwiseman is already working on this. Back soon... However, I have a branch for this, where I implemented a work-around. Let me work on that. I'll close Firefox since it takes up a lot of memory. If I have NetBeans and Firefox open at the same time, my PC often freezes and I have to reboot! Let me make sure I have no outstanding changes. No, just an old XML file. Let me ignore that and check out the branch. git co issue_151_logging_of_requests "git checkout issue_151_logging_of_requests" (co is an alias I made) Let me also open the document where I noted my changes.