BJR Matos
BJR Matos
I don't use typescript so I'm not the best person to create the type definitions if anyone wants to improve the typescript integration i'm happy to merge any PR related...
@tngan cool! i use forge in some of my apps to parse certificates.. we'll have forge in mind when find a solution, thnks
@mstuart thnk you! my main intention is to be able to use a single package based on JWT for the CRSF problem no matter if it is a SPA or...
hi! for line breaks the cell needs to have text wrap enabled, you can do that by adding `overflow: scroll` style to the cell ```html Helloworld ```
you can pass the options when creating the instance of chrome-page-eval ```js const chromeEval = require('chrome-page-eval')({ puppeteer, launchOptions: { slowMo: 100, args: amIRoot() ? ['--no-sandbox', '--disable-setuid-sandbox'] : undefined } })...
i think this looks good, thanks. would you mind adding a test case for this? i mean, adding a case that tests that we put empty value when invalid number...
hi! thanks for the issue. - the gridlines should be already supported, just add some css like this to your html ```css td { border: 1px solid black; } ```...
thanks for the details, i will check if we can support this somehow, so far the internal library that we use to produce the xlsx file does not support it,...
hi! i think the alternative would be to replicate the caption title with a `td` and `colspan`, either at first or last row of your table
``` { Error: spawn E:\snapshot\fileserver\node_modules\phantom-workers\node_modules\phantomjs\lib\phantom\phantomjs.exe ENOENT at Process.ChildProcess._handle.onexit (internal/child_process.js:240:19) ``` the `ENOENT` error means that during execution phantomjs.exe could not be found.. this is common to see in exe builds,...