Carson Sievert

Results 166 issues of Carson Sievert

So that the logic is more similar to what we did for PyShiny https://github.com/rstudio/py-shiny/pull/462/files#diff-2e0cebac7cd819b29d7f0f4cb2afb2df4668bb3294bfc2c2c0569f69a7907b17R100

Similar to what we do for `card()` (would make the main content container more customizable)

I've experienced, a couple time now, that CRAN doesn't run mac checks until after the package is accepted (which then results in a 2-week deadline request to fix the issue,...

feature
release :flight_departure:

If you'd like to share what you're doing via HTML, you can push the gh-pages branch (like I've done [here](https://github.com/heike/stat590f/tree/gh-pages/gadfly/carson-knitr) which you can view [here](http://heike.github.io/stat590f/gadfly/carson-knitr/)). I'm happy to help anybody...

enhancement

This is a minimal take on having `card()` leverage the benefits of custom elements (namely, `connectedCallback()` and `disconnectedCallback()` hooks). This allows us to immediately get rid of some hacky initialization...

When value boxes get small, we change from a "left center" layout to a "top right" layout. Turns out that, the _right_ portion of that just happens to work when...