asadow

Results 41 issues of asadow

When I tried to implement this package, `git bisect` incorrectly identified the first bad commit as the initial `git bisect bad` commit. You can see this in action below. Commit...

I'm trying to mimic the [Mapbox 3d buildings example](https://docs.mapbox.com/mapbox-gl-js/example/3d-buildings/) in R but am having trouble. What is wrong with my `source` below? ``` library(osmdata) library(mapboxer) library(tidyverse) q osmdata_sf() uog_polygons mutate(name...

I have the following warning from R CMD check. I wonder whether this is due to having no vignettes. I do have an article which uses `start/end_vignette()`, however. Would a...

plotly.js added support for more trace legends but, for mesh3d, there is no legend below unless `showlegend = TRUE` for the mesh and a surface is added. [GH issue for...

The final example in section [10.3.2](https://mastering-shiny.org/action-dynamic.html#multiple-controls) behaves the same without `isolate()`: ``` ui

I found arguments like `Authentication` through SO, but I'm wondering how to find these organically through documentation. Under the `dbConnect()` documentation it writes: `... authentication arguments needed by the DBMS...

docs

The message below will not update if say 6,8 is chosen, and then 6 is changed to 4. ``` library(shinyFeedback) ## Only run examples in interacive R sessions if (interactive())...

My function `my_perform()` uses `httr2::req_perform_iterative()` which has a `max_reqs` argument (default to 20). I'd like to test that `my_perform()` performs an infinite or very large number of iterative requests. For...

The error is caused by: 1. adding `selected = character()` to `updateSelectInput()` 2. using `choices = = character()` in `updateSelectInput()` ``` ui

I found `addPopupIframes()` through #20. I was curious whether it is still being developed for export? While using it, I noticed a few things: - A warning would be nice...