Elliot Blackburn

Results 105 comments of Elliot Blackburn

> I think I'm not supposed to write "?" or even "4" but it is so that you understand well what I expect. Just to clarify, does this mean you've...

Puppeteer is a dependency of mdpdf, so you don't need to install it seperately. I've pushed a branch with the latest puppeteer because we're very far behind. ## Using mdpdf...

If you're using the js api (as you seem to be with a node project) you should open your package.json and replace the `mdpdf` line's version number with `git://github.com/bluehatbrit/mdpdf.git#puppeteer-upgrade`. Then...

In the puppeteer update I just did a blind update from v2 to v15 so I've not actually checked much but that the tests run. It could be that they...

Headers and footers don't use the main document css, we have the inject it for the body, header, and footer seperately. It sounds like between v2 and v15 something was...

I agree, I'll need to do some additional testing as well to ensure other scenarios still work. I think it'd be wise to do the release after the final security...

3.0.1 is released now which fixes the numbering, will continue to look into the styling issue when time permits though.

Hi @adriaanvanrossum, I'd be open to reviewing and merging some PRs but to be honest I don't have time to do them myself right now, especially if they deal with...

Hi there, unfortunately #105 just bumps the dependency but it's several major versions up. Someone would need to review the required changes and make the adjustments. I'm happy to review...