Vinayak Mehta

Results 185 comments of Vinayak Mehta
trafficstars

Thanks for pointing that out! Right now #13 is taking up a lot of my time, but I will try to get to this over the weekend.

Thanks for the suggestion, and for offering your help! I will try to get to the PRs by the weekend and will definitely comment here if I need help :)

@pilotjoe Thank you for your comment describing the use-case. Last week, I ended up spending a lot of time on #13. Will get to this soon.

> As you can see from the PDF, this is not an actual table. I don't expect any meaningful content from this, but I do expect no error. That makes...

Woah this looks great, can't wait to go through the project!

I just checked the [Arabic PDF](https://github.com/camelot-dev/camelot/blob/master/tests/files/tabula/arabic.pdf) test that's in Camelot right now, and it [looks like it's broken](https://github.com/camelot-dev/camelot/blob/master/tests/data.py#L2754) probably because of the messy CMAP problem that @mkhashoggi mentioned, along with...

I was able to [implement this](https://github.com/vinayak-mehta/present/pull/20/files#diff-851333edd38d48b1cdacb13bf0007528R37) by extending `DynamicRenderer`. The `bars.py` really helped in understanding how `DynamicRenderer` works, thanks for all the examples! When I instantiate an object of the...

@peterbrittain Sorry for the late reply, this week has been hectic but I'm planning to work on this over the weekend! > After much musing, I think that it makes...

Thanks for the pointer! I'll have to look into the Rainbow renderer and learn how color maps work. I took a look at the `xmas.py` example to see how the...

Makes sense :+1: Sorry for being inactive on the implementation. I've been busy with some other deadlines + a medical emergency at home. I will get back to this as...