Joe Cheng

Results 38 issues of Joe Cheng

I'm seeing this with 108-module-output. After brushing one of the plots, you get two redraws, not one. It looks like the restoring of the brush sends very slightly different coordinates....

`createUniqueId` should have a cryptographically secure mode, to prevent session tokens from being predictable by a malicious party. https://github.com/rstudio/shiny/blob/fd7518018cbb2ec0b89960c922e34576d5dbc1e7/R/shiny.R#L734

`observeEvent` and `eventReactive` stack traces are being truncated. Here's Example 1 below, running under the current CRAN version of Shiny: ``` Warning: Error in eval_tidy: boom 4: runApp 3: print.shiny.appobj...

Fixes #563 **Update Sept 22, 2021:** Discovered the problem was not fixed for jsonp-polling; that's fixed now as well. Also added the relevant unit tests for both xhr and jsonp.

The other layer methods have `options` parameters, not sure why `addRasterImage` didn't. Apparently @tim-salabim needs this for pane support. https://twitter.com/TimSalabim3/status/1279105173378531335 (Note: Lots of .Rd files changed, this is because I...

In https://github.com/rstudio/leaflet/blob/main/inst/examples/proj4Leaflet-TMS.R, the geodata.nationaalgeoregister.nl service no longer works. The services have been migrated over to a service called PDOK, but I wasn't able to immediately figure out how to access...

This rule sets the default font not only for the root html element, but also for the host of the shadow DOM, if any.

Ability to specify multiple row groups in a dplyr::case_when fashion ```r exibble %>% gt() %>% tab_row_groups_when( group == "grp_a" ~ "A", group == "grp_b" ~ c("Group B" = "B"), #...

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

Not sure what the right answer is here, but I was surprised that the `` in the pattern below wasn't escaped (obviously in this case non-escaping is what we want,...

Type: ☹︎ Bug
Difficulty: [2] Intermediate
Effort: [2] Medium
Priority: [2] Medium

Thanks for creating this package, it is definitely filling a gap that has existed in the Shiny ecosystem for too long! I recently took a closer look at golem and...