ismirsehregal

Results 75 comments of ismirsehregal

No - this is still the case. Furthermore, it seems we can't have more than one sunburst plot in a subplot: ``` library(plotly) p1

@mmuurr regarding the table including v4 and v6 names you mentioned: [this](https://github.com/dreamRs/shinyWidgets/pull/516#issue-1320737774) might be of interest.

@krlmlr this is v4 -> v6: > * v4 -> v5 table: https://fontawesome.com/docs/web/setup/upgrade/upgrade-from-v4#icons-renamed-since-version-4 v4 -> v5 (if needed) can be found here: https://fontawesome.com/v5/docs/web/setup/upgrade-from-v4#icon-name-changes-between-version-4-and-5

The latest version of {[fontawesome](https://github.com/rstudio/fontawesome/releases/tag/v0.4.0)} allows to reference icons by several of their previous names. Leaving this open in case you still want to update the icon names, otherwise feel...

The latest version of {[fontawesome](https://github.com/rstudio/fontawesome/releases/tag/v0.4.0)} allows to reference icons by several of their previous names. So I guess this can be closed.

The latest version of {[fontawesome](https://github.com/rstudio/fontawesome/releases/tag/v0.4.0)} allows to reference icons by several of their previous names. Leaving this open in case you still want to update the icon names, otherwise feel...

[Here](https://github.com/rstudio/shiny/issues/3742) you can find a related GitHub issue.

[Here](https://github.com/rstudio/shiny/issues/3742) a related issue regarding the www folder mapping for shiny app objects was discussed.

You can pass `input[["yourTreeID_full"]]` into a `list()` and e.g. `save()` it as an .RData file. Later `load()` it and pass it to `jstree()`'s `nodes` parameter. Works fine.

@kaplanas thanks `Ctrl+Enter` works. However, still the behaviour is inconsistent if one keeps in mind that `Ctrl+Enter` is not needed when using `editable = TRUE`.