shaehn

Results 16 comments of shaehn

@phynweb, Hmm... what am I missing here, because I am not envisioning what the problem is? I think you should be able to have a table with any number of...

Ok, that makes sense now, but to protect the code from going off deep end, what if you change it to be ```javascript if (!options.columns || options.columns.length > fields.length) ```...

Hmmm... unfortunately it seems to have failed miserably. This is what I tried. ``` const bwipjs = require('bwip-js'); const HummusRecipe = require('hummus-recipe'); const hummus = require('hummus'); let options = {...

I am finding that a simple .comment call which uses the hummus createPDFTextString call is failing. The returned values are always empty. This has got to be a hummus library...

I have been part of a team that has written an application that does exactly what you are attempting to do. You cannot edit an appended page. What has to...

so where do these release logs live that you know they are outdated?

I am not sure what it takes to add the release data. I did however glean what was done in the following releases. If anyone else wants to poke at...

I needed something like this too, to overlay individual pages onto a master template, The only way I could solve this was to use hummus interfaces directly. See below. It...

So is there any change when you make the fontSize larger, say size 60? I assume it will grow proportionally larger in both height & width. If that is not...

@chunyenHuang I think this is a problem with the overloading of the _getPathOptions function. It has become a catch-all for object initialization. Mea-culpa. How about I split up the function...