Rongjian Zhang

Results 166 comments of Rongjian Zhang

OK. I'll check it. The '?' is becuase Gitea has no API to get these counts. It is too expensive to traverse all results and only for getting the length.

Oh, it seems the list API has a `x-total-count` response header. Probably we could improve it by request only 1 result for getting the length.

> git-touch only fetches the first page After some digging it seems the Gitea API has deprecated `x-page` and `x-hasmore`, replaced with `x-total-count`. But the `x-total-count` header is still missing...

Hi, @ElleshaHackett , thanks for your suggestion! Gogs Added. I found this [API doc](https://github.com/gogs/docs-api) for Gogs, is it correct?

Hi, @Lukas-Batema , thanks for your help! Feel free to discuss it, but please don't put the unrelated promotion links in the comment.

Try this one: [firefox.zip](https://github.com/pd4d10/octohint/files/2716076/firefox.zip) `yarn start` is used by dev, which is watching file changes and then recompile. > Can you provide a release for firefox officially? It is submitted...

Thanks for your screenshots! I'll take a look at it ASAP

@ideadapt Thanks. Actually it is `absolute` at first. We change it to `relative` to fix #10. I think it is better to calculate the height, then decide to show it...

> Is Bitbucket Server supported? Yes, but I only test it at https://bitbucket.org. I'm not sure if old version of Bitbucket server is supported > Could the port in the...