Adam Spiers
Adam Spiers
Browser JS console gives: ``` Error: Invalid negative value for attribute height="-2" ``` and rendering doesn't work until you reload. This seems to be a recent regression.
Inside of prompting for a single commit, it should also be able to accept a commit range.
https://www.gnu.org/software/librejs/free-your-javascript.html
When hovering over a commit, all dependent and depending commits should be highlighted, and also the corresponding arrows between them. Similarly when hovering over a line, all dependent and depending...
It should be possible to reverse the effect of clicking the plus icon. For each dependency of the node to be collapsed, if no other node in the graph has...
If there are a lot of new nodes and dependencies, the web page will appear to hang whilst they are being calculated. Adding a spinner (see #28) will go some...
When a commit has a large number of dependencies, it can take a while for the server to respond with the JSON. There should be a spinner displayed to show...
In debug mode, each time the Flask app reloads itself, a new `logger` handler(?) gets created. So over time, every line logged via `logger` gets duplicated an increasing amount.