Anthony North
Anthony North
`roxyglobals::use_roxyglobals()` unconditionally adds itself to `Remotes` and `Suggests` -- this is inconvenient for package developers targeting CRAN. Roxyglobals is only a dev dependency, similar to roxygen2 (which is not in...
I think we should also expose a `get_map_area()` function for making a Mercator rectangle with desired aspect ratio and buffer as well; this is useful for `st_crop()` other spatial data.
Retrieving an object from S3 with `IfNoneMatch` raises an error when _Not Modified (304)_. It appears to be erroring due to the body being empty, which is expected when the...
Legend size is determined by the number of ticks. For discrete scales, number of ticks = number of breaks. This makes sense, but limits the number of breaks you can...
The RStudio Desktop QtWebEngine is running Chrome 69, which is 3+ years out of Google support. https://github.com/rstudio/rstudio/blob/f0040a3edba37b54317aa9f9b1fdc87746168c3b/src/cpp/core/BrowserUtils.cpp#L116-L121 RStudio web engine user-agent: `Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like...
Deprecate in `v0.4`, remove in `v0.5` Lazy loading (#27) doesn't work reliably. It is unclear how to force the browser to destroy un-referenced webglcontexts (i.e. run the garbage collection to...
Add support for client-side data filtering, using [DataFilter](https://deck.gl/docs/api-reference/extensions/data-filter-extension) layer extension, allowing for performant filtering of layer data already available on the client. Each filter should support multiple layers and multiple...
Optionally render widget inside shadow dom to isolate rdeck from global styles present in rmarkdown, xaringan, etc.