orca
orca copied to clipboard
Command line application for generating static images of interactive plotly charts
Bumps [file-type](https://github.com/sindresorhus/file-type) from 10.11.0 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 v16.5.3 Upgrade dependencies...
The error: `ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData:
Bumps [jsdom](https://github.com/jsdom/jsdom) from 11.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...
Bumps [electron](https://github.com/electron/electron) from 6.1.12 to 15.5.5. Release notes Sourced from electron's releases. electron v15.5.5 Release Notes for v15.5.5 Other Changes Backported fix for CVE-2022-1482. #34040 Backported fix for CVE-2022-1483. #34009...
`-a` is deprecated: ``` -a --auto-servernum try to get a free server number, starting at --server-num (deprecated, use --auto-display instead) -d --auto-display use the X server to find a display...
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...
Related to https://github.com/plotly/orca/pull/73 Step to reproduce ```bash conda install -y -c conda-forge plotly-orca==1.3.1 ``` Running `orca --help` gives the following error: ```bash internal/modules/cjs/loader.js:955 throw err; ^ Error: Cannot find module...
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...
I used rstudio-server with rmarkdown. and I just wrote `orca(fig, "time_vocano.pdf")` in .Rmd file. the error is this: ``` Warning: 'orca' is deprecated. Use 'kaleido' instead. See help("Deprecated") Error: System...
Hi, am running Ubuntu 18.04 and am trying to install orca. It is installed, but I can't get it to work. I have followed the instructions and also looked at...