Mike Jiang

Results 14 issues of Mike Jiang

right now I have to read it into a temporary float buffer ```c++ vector buf(nrow * ncol); query.set_buffer("mat", buf); ``` Then manually copy over to the double buffer ```c++ arma::Mat...

Tiledb forum won't allow me to put more than two links in the post so I have to switch to here for the advice. We are currently extend our cytometry...

>When a read query causes a tile to be read from disk, TileDB places the uncompressed tile in an in-memory LRU cache associated with the query’s context. When subsequent read...

feature request

I used set_styling to add color to tibble columns, it works in console, ![image](https://user-images.githubusercontent.com/1385649/77270024-e48b7f00-6c67-11ea-9d84-ecddc8f15582.png) but not in knitr report ![image](https://user-images.githubusercontent.com/1385649/77270080-0f75d300-6c68-11ea-9939-49a7ea9eb9bf.png)