Adrien Destugues

Results 246 comments of Adrien Destugues

For game specific data it woudl be possible to implement a "cookie jar" system. Some inspiration: http://toshyp.atari.org/en/003007.html

In the cookie jar, you can allocate tags for a lot of applications, possibly more than you have bytes in the flash memory. The idea is that users will never...

The content is just the output of running repostat on its own git repository. It is easy to regenerate

Also in years where there are less than 5 authors, extra names are added to the top authors list (see: 2002, which has only 2 commits but lists 5 authors...

According to https://stackoverflow.com/questions/66112913/pandas-to-datetimetoday-throwing-error the issue is fixed in Pandas 1.1.3. Currently repostat uses 1.3.3 (since 1906cb61f3b447be4fd23d7e3d046284564d17c3), so it should be fine now? If that's the case, this issue can be...

Currently repostat is designed to work with a mostly linear history. It will not work even with a big merge commit, as in merge commits, only one of the parents...

Hi, It is not possible currently, see issue #71

Yes, that solves my main problem I think, thanks :)

There is work in progress for nvd3 with up to date d3: https://github.com/nvd3/nvd3 but it seems not mature enough for production use yet. And yes, it's still a rather high-level...

Yes, I find this graph not so useful in the current form. Maybe number of "owned" line (as in git blame) would be more interesting, but not as easy to...