Carson Sievert

Results 165 issues of Carson Sievert

This PR does 2 things: 1. Uses the new bootstraplib package to compile [datatable's SASS](https://github.com/DataTables/DataTablesSrc/blob/8ea4882d84ea94c016efdfcc70b14f0ac4207b66/css/jquery.dataTables.scss#L2-L36) at run-time (if any global bootstraplib theme exists, which will be set automatically by `rmarkdown::html_document_base()`...

This PR allows `reactable()` to supply smarter `reactableTheme()` defaults when a `{bslib}` theme is active at render time. For example: ```r library(shiny) library(reactable) library(bslib) theme

Also, * Either remove links to localhost or be painfully obvious that they only work when plumber is running. * Maybe replace with hosted examples

docs

1. Add new serializers to the table on https://www.rplumber.io/docs/rendering-and-output.html#serializers 2. Add at least one example of a custom serializer. If not a real example, perhaps just copy an implementation of...

docs

As described here https://github.com/rstudio/plumber/pull/550#discussion_r441117262

docs

After doing `pip install jupyter_bokeh`, `jupyter notebook`, then running the following in a notebook cell: ```py from bokeh.plotting import figure from jupyter_bokeh import BokehModel x = [1, 2, 3, 4,...

Benefits: * Quick way to solve #32 * Easier to embed in shiny/Rmd/etc * Would make `serVis` obsolete Drawbacks: * for it to "feel" like an htmlwidget, it would have...

help wanted

Take this for example: http://cpsievert.github.io/LDAvis/reviews/vis/#topic=14&lambda=0.5&term=action If you hover over circle fourteen (without selecting anything else), the bold term changes from "action" to "chan". Moreover, hovering over the other topics results...

bug

This problem might be due to my lack of understanding of preprocessing in [mallet](https://github.com/mimno/RMallet), but it might also be helpful/relevant to others so I'm posting anyway. In a nutshell, the...

wontfix

https://github.com/plotly/dash-auth

enhancement