gak
gak
Allow users to specify locations of custom assets that they host themselves. e.g. in `config.json`: ``` { "extraJS": [ "customScript.js", "googleAnalytics.js" ], "extraCSS": [ "https://fonts.googleapis.com/icon?family=Material+Icons" ], "introHTML": "./intro.html", "errorHTML": "./error.html"...
New features needed to be documented. Maybe a separate page in the Wiki? * Ability to show Java exceptions (`javaException`) and link it to your repository. * View in context...
The ability to follow the latest log entries would be an awesome feature. Due to the nature of Elasticsearch latency and ordering, the implementation needs to be considered. I'm leaning...
on windows - this line fails because filename is not quoted - so any spaces in filename break the cmd ``` cmd = '%(tool)s -T%(format)s -o%(filename)s%(tempname)s' % locals() ``` e.g....
This feature would filter out nodes that have taken less time than this argument, as a fraction of the total time. e.g. a value of 0.1 for a trace that...