Viktor Kopp
Viktor Kopp
Yeah, thanks I know, fast.io recently stopped support of free accounts. It is possible to host the demo on github.io, but so far no time to prepare it. чт, 7...
I would suggest to try python 3.8, because anyway according to issue https://github.com/vifactor/repostat/issues/198 v.3.9 does not work.
yeah, I filed this issue when I tried to work on a repo where analysis phase lasted more than 20 mins. I have it in plans, but the feature is...
History cache might be organized as follows: ``` merge_base = pygit2.Repository.merge_base("cache head", "current head") ``` - if "cache head" exists in repo, one needs to use all commits "before" "merge_base"...
approximate the knowledge distribution by counting the number of additions per file that each developer contributed to a software system
Utilization of output from `git log --no-merges --no-renames --numstat --pretty=format:'%x09%x09%x09%h%x09%aI%x09%aN'` which looks like ``` e1c6b2b 2020-05-08T10:31:46+02:00 Viktor Kopp 72 0 analysis/tests/test_blame.py 44c81e5 2020-05-05T22:59:18+02:00 Viktor Kopp 2 3 .github/workflows/repostat_publish_to_pypi.yml 9 0...
For the first part of the issue I'll take a look what simplest I could do to have it soonish. Perhaps, fix of functionality with `max_ext_length`. > interesting data would...
@pulkomandy , there is a PR which fixes first part, I suppose. Please, take a look if you have time.