Carson Sievert

Results 193 comments of Carson Sievert

> when I'm replacing bootstrap4 shipped with bslib by the Debian packaged version: Sorry, but come of think of it, even if we do upgrade, it won't change the fact...

Once we upgrade to 4.6.1 I think that should be OK, but I can't guarantee we won't make more patches in the future the JS, so you might want to...

If it were me, I'd try using [heatmapgl](https://plot.ly/r/reference/#heatmapgl) (for performance) with `showscale=FALSE` and a custom colorscale (see fig 2.5 [here](https://plotly-book.cpsievert.me/scatter-traces.html)). Then, for a "legend", I'd use [shapes](https://plot.ly/r/reference/#layout-shapes) & [annotations](https://plot.ly/r/reference/#layout-annotations)

I think you want ``` range = seq(0, 1, length.out = n*granularity), ``` not ``` range = seq(0, n, length.out = n*granularity), ``` also, here is another way to do...

Yea, that sounds reasonable, and maybe we could leverage `sf::st_centroid()`?

@krlmlr this PR only implements the ability for leaflet polygons to _respond_ to crosstalk events. I'm pretty sure @jcheng5 hesitated to take this on initially because ideally, when this is...

The next upcoming release (0.5.0) takes a significant step towards providing a new toolkit for creating dashboards. See the new getting started article to learn more https://rstudio.github.io/bslib/articles/dashboards.html Also, if you...

Actually, instead of continuing this discussion in an issue thread, I'd like to welcome everyone to contribution here https://github.com/rstudio/bslib/discussions/618 (Closing this issue since we likely won't be aiming to support...

Oh I think `@inheritParams bs_page` should actually be `@inheritParams page`