Carson Sievert

Results 174 issues of Carson Sievert

### Description I was surprised to find that v0.9 dropped support for two-way Jupyter bindings (i.e., ipywidgets) entirely (see https://github.com/visgl/deck.gl/pull/8854). There was also no mention of this at all in...

bug

``` r subplot(plot_ly(z = ~volcano), plot_ly(z = ~volcano, type = "surface")) ```

enhancement

This PR makes it so that, when printed as an HTML table, `{gt}` will derive CSS defaults from any currently active `{bslib}` theme (via `bs_current_theme()`), for example: ```r library(shiny) library(bslib)...