Christopher Meyer
Christopher Meyer
I would like to know more about the conditions that could cause a save to fail. I've always assumed it was related to a programmer error and not a user...
Hi @bjtitus: I'm in the process of working with a collaborator to add stronger error handling throughout the library. Have a look at pull request #9. We still need to...
Thanks, I see that now. I was using it in a headless environment, and was able to apply it by setting the [deviceScaleFactor](https://pptr.dev/api/puppeteer.viewport). It would be great if this could...
I suppose my concern is introducing side effects in my application by changing `deviceScaleFactor`. However, it does seem to work. I just prefer more explicit parameters to clearly define behaviour,...
Sure, I'd be happy to. However, I see `window.devicePixelRatio` is also used in a few other locations. I could extend these interfaces in a similar way. Should the parameter be...
I had this issue with v3.4.16, but upgrading to v3.4.29 resolved it.