Tom Vincent

Results 22 comments of Tom Vincent

For [reveal.js](https://github.com/hakimel/reveal.js/#instructions-1), this can be done by appending `?showNotes=true` (or `?showNotes=separate-page`) to the URL used in decktape (for now), e.g.: ```sh decktape reveal 'http://localhost:8000/?showNotes=true' /tmp/deck.pdf ``` Edit: `?showNotes=separate-page` doesn't seem...

This was submitted nearly three years to the day :smile: Feel free to rebase yourselves; I'm afraid I no longer use jekyll-bootstrap.

Sorry, so was this an issue with the way I was calling it or something in nano-option?

I couldn't get this to work (#28), but a basic auth URL (e.g. `http://admin:admin@localhost:5984`) worked fine in both the CLI and API.

I'm seeing the same thing for `readFile` calls to paths within `DocumentDir`. ``` Error: Attempt to invoke virtual method 'boolean java.lang.String.startsWith(java.lang.String)' on a null object reference at createErrorFromErrorData (NativeModules.js:116) at...

I'm experiencing this in Android 7.1 if that makes any difference. Lmk if you'd like me to test anything.

Apologies. In my case I'd missed adding a content type prefix altogether; adding `file://` to e.g. `file://${RNFetchBlob.fs.dirs.DocumentDir}/${filename}` works for me.

> Please correct me if I'm mistaken, but shouldn't we rely on file metadata rather than filenames to match live photo pairs? See: https://stackoverflow.com/a/35286486 Besides the filename and creation time...