Carson Sievert

Results 193 comments of Carson Sievert

+1, I get the same error

Is there anyway to combine them such that the area of A stays constant across the plots?

@bhaskarvk it solves any problem where rendering must occur in isolation. For example, shiny/rmarkdown both prefer HTML-based MathJax rendering, but plotly prefers SVG-based rendering. I'd like to suggest this package...

No worries. I can always go with the first approach. Enjoy China!

Thanks @ismirsehregal, do you know if any of the current examples will fail with `{fontawesome}` 0.3.0? If not, I don't think we need to make these changes right away, but...

It's not entirely clear to me what your intention is, but it seems you want something similar to this? ``` library(shiny) ui

FWIW you can use `fontawesome::fa()` directly (instead of `icon()`) which makes it easier to implement accessible icons

To be clear, we still do mount the entire `inst/www/shared` directory here (so the title of this issue is a bit of a misnomer): https://github.com/rstudio/shiny/blob/474f14003b9a1c31d1aefb04d89909d7550c37ee/R/server.R#L388 Although, as https://github.com/rstudio/shiny/pull/3537#issuecomment-1068379288 mentioned, maybe...

Yes, it's implemented now as `getRatePolicy` https://shiny.rstudio.com/articles/js-custom-input.html#additional-methods

Thanks for PR. I'm not particularly keen on shimming `xl` to also work with Bootstrap 3. I'd rather just document it properly