-
Using the brand new Docker image of v2.9.0 (af5edd0), Puppeteer crashes on:
```
Error: Protocol error (Runtime.addBinding): 'Runtime.addBinding' wasn't found
```
Based on [Puppeteer#2922](http…
-
Hi,
I try to use decktape in docker and behind a proxy. It seems that proxy settings by environment variables are not taken into account and that I need to pass `--proxy-server` arguement to `chro…
cderv updated
6 years ago
-
Hi!
I'd love to use `asciidoctor-pdf` to produce presentations. I am aware of ascidoctor-reveal.js, but PDF's just work better for me: ideally, I'd love "beamer with asciidoctor syntax".
The ma…
-
Not sure if this is a bug or I'm simply doing it incorrectly but I am trying to pass the `--allow-file-access-from-files` arg on the decktape command line. My hope is to see the arg passed on to Puppe…
-
Today I tried generating pdf for some tutorial slides, and it failed.
It seems like [this line](https://github.com/galaxyproject/training-material/blob/master/Makefile#L179) removed the decktape bina…
-
Remark presentations, all displayed in the browser in a similar fashion to how GitBook is used to display content presently. Once this is done all content should have been converted and GitBook shoul…
-
PhantomJS is supposed to set the media type to `print`. Decktape's rendering sets the media type to `screen`. Is there a way to change Decktape's CSS media type to `print`?
I spent a while looking …
-
I'm trying to use `decktape` as described in [RISE docs](https://damianavila.github.io/RISE/usage.html#using-decktape):
`phantomjs decktape.js rise http://localhost:8888/notebooks/src/SOTM18.ipynb?…
-
Hi,
not sure you're aware of this, but the current `master` docs are not synced with GH pages.
I just wanted to submit a PR with the `decktape` 2.x installation and usage explained, but it's already…
-
I've just installed decktape@2.8.0 (`npm install -g decktape`) but I get:
$ decktape
/usr/local/lib/node_modules/decktape/decktape.js:178
(async () => {
^
SyntaxError…