Andrew Caudwell
Andrew Caudwell
Hopefully should be fixed now.
In the above case I think its a problem in how `git log` reports on the resolution to merge conflicts in merge commits. If you deleted a file in resolving...
Not sure if something has changed, but I'm able to install it from homebrew (`brew install logstalgia`) on MacOS Monterey and I've built it from source also.
Not currently. I did some work on rename animations (the renames branch) at one point which could be used for that but it's not finished.
Hi. First of all nice idea. Thanks for contributing the code. I don't think I was aware it was easy to get this information from git. It looks like it's...
It could also maybe be a cool feature to have a +/-NUMLINES value appear next to the user and float upwards and fade out as they zap a file.
Yeah this would be useful. Maybe implementation wise maybe it should just be a repeatable command line option and if you have a lot of them you can use a...
Thanks for pointing this out and also providing a solution. If it did this and the person has a non English time locale, the text representation of the date would...
Maybe try uninstalling and reinstalling libpng, sdl2, sdl2_image packages, then reinstall gource. Also check the file permissions on /usr/local/share/gource/ and file.png are readable by your user. You could put some...
Gource uses SDL2_image library to load pngs. Presumably the SDL2_image IMG_Load() function in texture.cpp is failing to load the image. It could be a problem with that library or how...