Ben Lamm

Results 7 comments of Ben Lamm

I ran into this issue today and this is what I've got to contribute. First off I commented out lines 16 through 36 in `appendPage.js`. I only have one page...

According to HummusJS [docs](https://github.com/galkahana/HummusJS/wiki/Custom-streams#reading-streams) you should be able to use a buffer to draw an image. However based on the [source code](https://github.com/galkahana/HummusJS/blob/master/src/AbstractContentContextDriver.cpp#L2151) it does not look like it is supported.

Open issue in HummusJS https://github.com/galkahana/HummusJS/issues/354

From the docs linked above it seems you can use image streams. However after looking at the [source](https://github.com/galkahana/HummusJS/blob/b2847cf68e7e3c54264a8be9c735d8ec054792bc/src/AbstractContentContextDriver.cpp#L2151) it seems that the drawImage function requires a string argument for filename....

@doamatto That's awesome! I've been using [gulp-eslint7](https://github.com/fasttime/gulp-eslint7) from @fasttime. Maybe we can loop him in as well. His fork seems to have gained some traction.

@fasttime @doamatto Seems like the two of you have put some work into this already. I'd be glad to pitch in if needed but if the two of you want...

@fasttime Looks like you've been putting a lot of work into your branch and renamed it to gulp-eslint-new. Thank you!!