Mark Sonnabaum
Mark Sonnabaum
I think this is the best way to go for managing extensions, but it looks like it might be more difficult than I originally anticipated: http://drupal.org/node/1210306
I'm running into a strange issue where if I import the library in typescript and use the `derive` method, the callback argument is undefined: ```typescript import * as aq from...
This should address the issue found in #63. One approach could be to add an additional if clause for 5.6 and inline 5.6's version of execute_internal. Before doing that, I...
While trying to use the "custom" option in `SparklinesReferenceLine`, I noticed that the line would never show up. However, using a static value of anything below 25 did seem to...
I tried the following, which I expected to work: ``` r iris %>% ggvis( ~Sepal.Length, ~Sepal.Width, fill = ~Species, stroke = ~Petal.Width ) %>% layer_points() %>% layer_smooths() ``` But I...