Chuck McKnight

Results 6 issues of Chuck McKnight

MacOS 11.2.3 (Big Sur) Git: 2.31.1 BFG: 1.41.0 Attempting to remove a folder of files from the repo that are stored on LFS. **_Steps to reproduce_**: 1. Cloned the repo:...

I'm seeing an odd behavior on desktop browsers (Chrome, Safari, Firefox) where if an image is taken from a mobile phone and the browser window is expanded horizontally, the image...

Never finds the config.ini. Always claims grin3 not installed even though it is and the config.ini file exists. Repo code has the same issue as the book code. Mac OS...

I'm trying to set up a flip book that has an unnumbered first page behind the cover. I've been digging through the code, but I haven't quite figured out how...

Greetings, I'm creating a simple flip book that just inserts a single image (jpeg) on each page. I've set pagePadding to zero, but the right (recto) pages keep adding some...

I'm using the following HTML page: ``` Test Page sample text with inline tag foo goo ``` with the following code: ``` var html2json = require('html2json').html2json; var json2html = require('html2json').json2html;...