Prakhar Goel

Results 10 comments of Prakhar Goel

Say we have two classes. One of them represents employees and the other represents the office branches. The employee objects will have a ptr to the specific branch they work...

FWIW, every ORM I've seen has the same problem. The object model fundamentally assumes that random object access is cheap and this doesn't work over a network. The only real...

I was about to (finally!) look at my PR for subtotals again but then I saw this. It's great! @nicolaskruchten any preference between this PR and mine? I would like...

Hi, Just wondering if you'd gotten a chance to take a look at this. Thanks.

Hello again Nicolas, Got a chance yet? Any way I can help? Thanks.

I'll take a look at the errors and split up the pr. Thanks for taking a look.

Yes. Eventually... Work has just gotten busy. (And yes, I recognize the irony in pushing for a review and then holding up progress myself. My sincere apologies.)

I recommend adding to the current master. I don't know when I'll get around to updating this PR and besides the changes are pretty self contained in the table renderers.

The shape also seems to get messed up. I.e.: `numpy.char.encode(numpy.array([], 'U').reshape((1, 0, 1)), 'utf8').shape)` Prints `(1, 0)` instead of the original shape.