httpgd
httpgd copied to clipboard
Asynchronous http server graphics device for R.
This PR tracks my progress towards the major restructuring described in https://github.com/nx10/httpgd/issues/92#issuecomment-1055800004 . This is a major rewrite and I decided to take this opportunity to make many breaking API...
I'm using httpgd inside of VS-Code together with the R extension. I can easily kill httpgd with ``` plot(rnorm(1000000), rnorm(1000000)) ``` Which, admittedly, are a lot of points. I have...
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
I have a very noob question, would httpgd works for javascript libs like plotly ? I cannot seem to have the plotly graphs rendered in the httpgd "window" ``` library(httpgd)...
I followed the tutorial to install httpgd package. And when I draw figures with vscode, it returns **"Error: getrandom"** However, if I disable r.plot.httpgd, it can draw figures successfully. Is...
I installed `libtiff-dev` but the following error occurs when I install the latest master branch of httpgd under Ubuntu: ``` Using github PAT from envvar GITHUB_PAT Downloading GitHub repo nx10/httpgd@HEAD...
In VSCode, if the httpgd device is left open for too long, then the webpage will no longer respond to new plots, i.e. it does not update any more. Looks...
Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...
### Describe the bug As long as I create an httpgd device before running a shiny app, I cannot use `control-c` to suspend the shiny app and let the command...
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...