Results 383 comments of David Li

Hmm, I suppose you could still have a NA array with > (edit: size_t) rows on 32-bit, since there's no actual storage…

Or actually. A boolean array could also technically exceed size_t rows, since there's 8 rows per byte?

It also looks like the integration tests have been failing due to JS issues, we should probably dig into that

> @lidavidm I was considering looking into the JS integration failure, I'm just not particularly familiar with the arrow JS library. Though it looks like it's a gulp issue on...

Or I suppose, @thelinuxfoundation CLA ping?

> > > very late to this I know but stumbled across this whilst wondering about the feasibility of adding GSS-API support to our internal gRPC based application. Would be...

Oh, and it can solve for all possibilities in a triangle: ![image](https://f.cloud.github.com/assets/327919/2478835/650e22ba-b088-11e3-8c3e-dfbdfe3861dd.png)

Pandoc won't work on App Engine, as it's written in Haskell...perhaps just having the Markdown/html, Python, and `.ipynb` outputs would be enough.

It is hosted on Google App Engine.

I believe Ondrej's idea of creating the `ipynb` JSON file for export is best, because the reason for exporting to IPython is to let the user continue to work with...