Tal Galili

Results 79 issues of Tal Galili

When using a mobile theme (such as WPtouch Mobile Plugin), we need to add a list of items to “Rejected User Agents” ([see here](https://support.wptouch.com/support/solutions/articles/5000537668-configuring-cache-plugins-for-wptouch)). However, when using AMP pages (for...

[Plugin] Super Cache

I am using the expert option, and I see the following text: > When Expert cache delivery is enabled a file called .htaccess is modified. It should probably be in...

[Plugin] Super Cache

Right now I press "update Mod Rewrite rules" and get the message: "The plugin could not update /home/rstatis/public_html/.htaccess file: Page test failed as pages did not match with new .htaccess...

[Plugin] Super Cache

It appears that the plugin wants two .htaccess files to be updated: 1) /home/mysite/public_html/.htaccess 2) /home/mysite/public_html/wp-content/cache/.htaccess too: However, if I manually update only the first one, no further error message...

[Plugin] Super Cache

# Describe the bug Warnings when using heatmaply. # To Reproduce I ran: ``` library(heatmaply) heatmaply(mtcars) ``` I got: ``` > heatmaply(mtcars) Warning messages: 1: In doTryCatch(return(expr), name, parentenv, handler)...

bug

Example: ```r library(ggplot2) library(plotly) library(heatmaply) library(d3heatmap) library(htmlwidgets) heatmaply(iris[,-5])%>% saveWidget(file="heatmaply_iris.html", selfcontained = F) d3heatmap(iris[,-5]) %>% saveWidget(file="d3heatmap_iris.html", selfcontained = F) browseURL(getwd()) ``` 28KB (in d3heatmap) vs 114KB (in heatmaply) While for larger...

enhancement

For example, in here: ```r library(heatmaply) heatmaply(iris, grid_gap = 3) ``` We also want the grid to work on the row side color ![image](https://cloud.githubusercontent.com/assets/976006/24898730/81ef685a-1ea6-11e7-86ce-2d8a1736204e.png)

For example: ``` T

Implement other seriation methods for when NOT including dendrogram (i.e.: using plotly's heatmap)

enhancement

This seems to be a problem in plotly. Minimal example: ``` r library(heatmaply) x