Gokul Rajiv

Results 16 comments of Gokul Rajiv

**Issues for discussion:** - It may not be obvious that code segments are loading since there aren't currently visual indications for this. Perhaps a loading icon can be displayed when...

> Spinner does not show up when list of repos is sorted I see, this doesn't seem to be an issue in the dashboard deployment above - the spinner seems...

> Actually I just found a regression from https://github.com/reposense/RepoSense/pull/1647 in which the code view is hidden for half the files, so lazy loading for authorship may not really do much...

@dcshzj I think the PR is about ready for a preliminary review. I'll take it out of draft. With respect to my earlier [comment](https://github.com/reposense/RepoSense/pull/1750#issuecomment-1101013020), this PR doesn't include: - Loading...

Requesting a review @gerhean @Zhou-Jiahao-1998

@gerhean oops, didn't notice the conflict on my phone. should be good to go now

Thanks for raising this issue @p770820! Foreign language support would be a great feature to have. Unfortunately, this might take some time to implement since most of the team is...

``` jobs: # Build and unit test build: strategy: matrix: os: [ubuntu-latest, windows-latest, macOS-latest] fail-fast: false runs-on: ${{ matrix.os }} steps: - name: Checkout uses: actions/checkout@v2 - name: Setup Node.js...

Report links with remote repositories that are supported and not GitHub (either GitLab or Bitbucket) are expected to be fixed in #1644.

> Actually I prefer the button to be hidden entirely or disabled I think I agree. There is no ambiguity that a link is not supported if there isn't a...