Results 51 issues of Jake

Related to #4512, I'd like for data in the results pane to align on the decimal place rather than being right aligned. ``` have | want ------- | ------- 1.234...

feature request
xf:data
xf:ui

I often create a heat map that is too long to display on one chart. I have to scratch my head each time to figure out how to break it...

feature

I'm really liking `gt`. I might be doing something wrong here but I thought this code would result in a bulleted list ```r library(tidyverse) library(glue) library(gt) mpg %>% distinct(manufacturer, class,...

Type: ☚ī¸Ž Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: ♨ī¸Ž Critical

I can pass CSS by adding `....` to my rmd but when I try to pass a `css` argument via `...`, I get this error ```r blastula::blastula_email(css = "https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css") #...

`spacyr` has been great to learn! Thanks for making this available. I might be doing something wrong but sometimes `nounphrase_consolidate()` gives me unexpected results. It seems to be related to...

Just found `gt` and really like it. Using all the `select` helpers is 👌 The only thing I haven't found is a simple solution to format cells of any column...

Difficulty: [3] Advanced
Effort: [3] High
Priority: [3] High
Type: ★ Enhancement

The function `shiny::showNotification()` will appear while the "Please wait..." message is running and doesn't apply the CSS until after the page fully renders. I've tried using `css: style.css` in the...

reprex

Our data warehouse started using integer64 values for our keys and without specifying, these come through as `col_double()`. We want to reduce errors when saving and reading in the data...

feature
colspec 📁

Perhaps a continuation of the rendering issue in #683, the buttons are not filling the whole space when inside the sidebar. It seems that `.quarto-dashboard .sidebar label` is superseding it....

When I use `radioGroupButtons()` or `checkboxGroupButtons()` in quarto, the buttons do not display as expected. * They include the circle or box in the button * The values only change...