Ofir Brukner
Ofir Brukner
Hi again! When using the line: `from pies.overrides import *` In IPython, the whole output goes crazy and stops returning. This is caused by the reload(sys) part (which is done...
Hi! I really love using pies, but had some trouble in Python 2.6 with the round function. In your implementation you call Decimal's from_float method, which was not yet implemented...
Hi! I've added an easy way to change the styling for both head and tail ends of a line. Access to these attributes will look like this: ``` line.tail_end =...
Hi! I've added access for both borders and span settings of table cells. Access to these attributes will look like this: ``` cell = table.cell(0,0) cell.grid_span = 2 top_border =...