Jon Wong
Jon Wong
The image gets resized instead. Using ImageMagick. Both width and height are set. `aspectRatio` is set to `false`.
When the code finds that user did not call for 'sample' function, the code correctly assumes the task must do a 'resize'. Unfortunately, the default behavior ('resize') should have been...
@andismith I just need to know if there's a way to do: ``gm convert -gravity South -crop 2000x1000+0+150 still_life.jpg test.jpg`` ### Expected Behaviour Allow ``gm convert -gravity South -crop 2000x1000+0+150...
The `test.adoc`: ```asciidoc = Test :stylesdir: styles :stylesheet: styles.css :linkcss: :stem: latexmath == Chapter 1 We start with some math: stem:[c^2 = a^2 + b^2] Lorem ipsum dolor sit amet,...
``` An uncaught exception happened within the HTML page: Error: TypeError: Cannot read properties of undefined (reading 'ref') at validNode (file:///.../test.html:3388:39) at Layout.findEndToken (file:///.../test.html:4205:17) at Page.checkUnderflowAfterResize (file:///.../test.html:4587:37) at file:///.../test.html:4559:13 ```...
Possible? I have [atomic-emacs](https://atom.io/packages/atomic-emacs) installed. Should I be using some better Emacs keybindings package?
Is there something I'm missing? I copied the entire `brim/demo/basic/index.html`, changed the javascript locations to point to my local `node_modules/brim/...`. And I got that error. Node.js issues?