Garrick Aden-Buie

Results 250 issues of Garrick Aden-Buie

A couple small changes: - a typo fix in README - added links back to hrbrthemes - updated package startup messages for `firasans::import_fira_sans()` I really like Fira Sans and clean...

Fixes #4100 ## Description This PR refactors the Shiny Client Error console to allow client error messages to be communicated via events in addition to errors. The primary goal is...

In https://github.com/rstudio/shiny/pull/4019 we downgraded the shared input/output ID error to a warning when not in devmode, which doesn't break deployed apps. https://github.com/rstudio/shiny/blob/0b7fda707e4846d2de06f63db312ac35dacf503a/srcts/src/shiny/bind.ts#L427-L432 But the JavaScript error breaks apps run through...

## Feature request It'd be nice to directly support conditionally shown content in full-screen cards. Here's how you can get there today. 1. Add conditional content in a `card_body()` with...

As described in the README under [Loading a page reliably](https://github.com/rstudio/chromote#loading-a-page-reliably), one cannot use the following pattern to reliably wait for the page to load. ```r # Not reliable b$Page$navigate("https://www.r-project.org/") b$Page$loadEventFired()...

I'm opening this issue mostly to stash some things I've learned while debugging #170. Chrome's headless mode was previously an entirely separate web browser from headful Chrome. Last year, Chrome...

From https://forum.posit.co/t/compileerror-when-trying-to-customize-a-shiny-theme/189700/6 It'd be reasonable for us to watch for key color values being changed via `.add_defaults()` to update the `.colors` property. ```python from shinyswatch.theme import minty as shiny_theme shiny_theme...

When plot outputs appear inside scaled regions of the DOM, Shiny reports the output area in absolute pixels (i.e. the size of the output area _after_ the scaling is applied)....

In the following example, Accordion 2 should be open but the nested accordion within Accordion 2 should have all of its panels closed. ```r library(shiny) library(bslib) ui

From https://github.com/quarto-dev/quarto-cli/issues/10672 > Would it be possible to have a feature for the value boxes when creating Quarto dashboards so that the top and bottom align and the content inside...