James Booth
James Booth
> Vanilla pdflatex does not have the halt-on-error on on my installation, so it plows through. Ah that is interesting...how did you install your `pdflatex`, as part of MacTeX? To...
OK. For now I've done two things. 1. In the `README.md` I've added a note that the `-shell-escape` flag doesn't presently work pointing to this issue (00086df) 2. Made a...
Approach for `perl` - for now rely on system interpreter for macOS/Linux, and build Windows binaries using `pp`.
Related to this, we should maybe use `-js-library` instead of just placing t`THINFS` in `pre.js`...
I've raised the question on https://github.com/kripken/emscripten/issues/5132, will action based on response.
Perhaps relevant, it seems a good amount of time is spent in file access: http://www.daveeddy.com/2013/03/26/synchronous-file-io-in-nodejs/
More important to get a README up and running first.
Seems to not be in Node yet: https://github.com/nodejs/NG/issues/19#issuecomment-269054557
As referenced in the above thread, builds can be downloaded for ubuntu here: https://build.chromium.org/p/client.v8.fyi/builders/V8%20-%20node.js%20integration That work, no `--expose-wasm` flag required.
@jamesbillinger posted a solution to this over at https://github.com/SheetJS/js-xlsx/issues/397 In short, you just need to let webpack know that `jszip` is a pre-bundled module by adding ``` externals: [ {'./jszip':...