Adam Bard

Results 5 issues of Adam Bard

So that there aren't too many.

To reproduce: ``` from googlegantt import GanttChart, GanttCategory from datetime import date gc = GanttChart('Test Chart', width=650, height=200, progress=date(2011, 02, 27)) on_time = GanttCategory('On Time', '0c0') late = GanttCategory('Late', 'c00')...

If the tasks span too many days, the grid lines become too dense and are removed. Even worse, if the span is just wrong, the grid lines become absurdly dense.

So I'm pretty sure I got the formatting right. I tried to match the allCountries.txt as closely as possible. I even added tabs at the ends of lines after the...

Hey, this is more of an FYI than a serious pull request. I had some trouble making requests to Reddit's API from Heroku thanks to an OpenJDK issue that disallows...