Garrick Aden-Buie

Results 250 issues of Garrick Aden-Buie

As we noticed in https://github.com/rstudio/flexdashboard/pull/421, newer version of Bootstrap may require the `data-bs-toggle` in places where `data-toggle` was previously sufficient. In theory, we could handle this in the tabset compatibility...

`navs_tab_card()` provides an easy and seamless way to go from a tabbed nav container ```r navs_tab( nav("One", "Content for panel one.") nav("Two", "Content for panel two.") ) ``` to a...

## Background `get_current_session()` appears in the function signature of many bslib functions, but it isn't exported, which may lead to confusion if users try to call this function directly. IIUC,...

Improve handling of panelset code cells in Quarto: * A `panelset: true` chunk now creates the parent panelset layout if it isn't a direct child of a `.panelset` div *...

https://community.rstudio.com/t/sideways-panelset-in-quarto-revealjs/157016 > Looking for a way to implement the .panelset.sideways[] functionality from xaringanExtra in Quarto's revealjs format. I was hacking away at the css for the {.panel-tabset} class in Quarto,...

:card_index_dividers: panelset

Basically, port https://github.com/rstudio/bsicons/pull/8 to fontawesome.

Difficulty: ① Novice
Effort: ① Low
Priority: ③ High
Type: ★ Enhancement
Good First Issue ♥️

``` r fontawesome::fa_i("cloud-rain") #> ``` As called out in the [MDN docs](https://developer.mozilla.org/en-US/docs/Web/Accessibility/ARIA/Roles/presentation_role), `aria-label` shouldn't be used with `role="presentation"`: > Note: The element with role="presentation" is not part of the accessibility...

Difficulty: ① Novice
Effort: ① Low
Priority: ③ High
Type: ☹︎ Bug
Good First Issue ♥️

The latest versions of Bootstrap include a layer of CSS properties that help make theming, and adapting to new themes, much easier for downstream components like DT data tables. For...

This might be a glue thing, but assigning to a variable in the global environment works except when the value comes from the glue environment. When the variable exists in...

I appreciate the effort to teach fledge how to parse conventional commits! It's really great! But that said I have a few repos where I use conventional commits but primarily...

config :radio_button:
conventional commits :sparkles: