Dan S. Reznik

Results 26 issues of Dan S. Reznik

would love to include a plotly.js within a popup...

wontfix

What should the return type for a function which returns 3 vertices of a triangle (pairs of x,y values) be, so it works with GPU.js? ``` // this works function...

After the renderer returns the canvas in graphical mode, and you appendChild() it to the DOM, can I draw on top of it (simple graphical annotations)? If so, please point...

there might not be a possible solution, but I would like a derive that would apply to any range of columns specified with aq.all(), aq.range(), aq.not, etc. ```js table .derive(aq.all(),...

enhancement

Dear Jeff can you also make available op.test(str, regexp) to test if a particular string contains a particular regexp? (similar to the string method in js) thanks

enhancement
question

Start w a simple 2-col arquero table: ``` my_tab=aq.table({col1:[1,2,3],col2:[4,5,6]}) ``` then do the following rename: ``` my_tab.rename({col1:'col2'}) ``` the above replaces col1 by the contents of col2, so the rename...

documentation

Mark what an awesome, super fast package. I encountered a new issue, when one of the columns is a list (instead of a vector of an atomic type). Tibbles, aka...

feature request
format

I love esquisse and would like to use it to teach an R class, however when I open the main interface (when operating it from a browser at 100%) it...

it would be great if skimr's summary() reported counts and the _names_ of columns under each type category, for example: ``` skim(iris) %>% summary() ## A skim object ## ##...

enhancement
add example to docs

I am trying to create a simple caroussel with slickR and a few SVG images but I get this error after the call to slickR::slickR(...) Error in checkStandalone(fL) : SVG...