Ross Johnson
Ross Johnson
Yes, I was thinking it wouldn't affect the API, but I didn't know about the `filter` option, so thank you for the heads up. I think it's possible for `copy`...
Ah, I was thinking of not filtering non-UTF8 names and just sending whatever string we get from the UTF8 conversion to the `filter` function. I'm pretty sure that `Buffer.toString()` will...
Great, thank you for the quick response and background info. I'm sure that my use case is outside of what was originally intended / tested, so no fault to the...
First, sorry for being slow with my PRs. I just submitted a change that uses `Buffer.copy` for the file contents, which shows performance improvements for my use case. It relies...
I've had some similar issues, and whenever I think I have it figured out, its gets weirder. So, first off, any dimensions sent to `pdf()` are first normalized to inches,...
After a bit more investigation, I determined that the nominal print-to-PDF scale _is_ 144 pixels per inch (2 pixels per point), but that Chrome will adjust this value within some...
@rogerthomas84 Thanks for the PR. I've seen a lot of different size recommendations floating around for different use cases. It used to be that the rate limiting of 100 reqs...
Hi @benrlodge. The docs are out of date. The region used to default, but this functionality was removed when I switched to using pkgcloud/pkgcloud. See this issue for more info...
@imcuttle I have a need to handle similar not-so-standard .zip files in my application, and I wanted to share my heuristic solution. If you only need to deal with this...
I would suggest that it's time to merge this PR, if only as a stopgap to help [ overlookmotel/yauzl-mac](https://github.com/overlookmotel/yauzl-mac) until @thejoshwolfe has more time for #92 & #69. The additional...