Andrew Caudwell
Andrew Caudwell
Interesting idea. I think can probably re use the `--seconds-per-day` parameter. For the transition point maybe use a date and time rather than just a date. There's a `parseDateTime()` function...
Interesting. Looks like its because the first two commits have a unix timestamp of `0` for some odd reason. Gource is a bit naively assuming its `0` because it failed...
10 seconds sounds like there is external buffering going on before they reach Logstalgia so I'd look into that. For instance some commands will buffer by default and you need...
I had a look, it's not obvious what the use after delete is here.
There's already a force applied to push users away from each other but its not very big at the moment. Maybe you could do something like expose `gGourcePersonalSpaceDist` a setting,...
That's odd. It does make a temp file `gource-{random string}` in your temporary files directory (`/tmp/` or in `%TEMP%` on Windows) while running containing the generated history log file, but...
Does it happen consistently, or only say if you've just moved the cursor over the window? What if you click and drag with the right mouse button (to rotate) and...
I tried to replicate the issue with a +0 timezone, but it seems to work. I wonder if there is a different issue with that commit. You can make gource...
There are a few issues with file sizes which has stopped me looking at this previously: - The spiral file layout algorithm would probably look strange/not work particularly well with...
It's command line driven, so in command prompt you either need to `cd` to the source code directory you want to visualize and run `gource` or specify the path of...