Brendan Boerner

Results 3 issues of Brendan Boerner

Specify a width for y_axis to prevent large zone of white space to the left of the chart i.e. with this change chart is left justified on the page instead...

Use of ipdb.set_trace() prevents Pickling valid top-level function which precludes use of Python modules which rely on Pickling e.g. `multiprocessing`. The following reproduces on two Ubuntu boxes - 14.04 LTS...

Reproducable
Bug

This: ``` class datetime(object): def __init__(self, args): self.args = args def __str__(self): return self.args jsonrpclib.config.classes.add(datetime) x = { "__jsonclass__": ["datetime", "2013-01-10T22:22:20"] } result = jsonclass.load(x) print "x: %s, result: %s"...