Vesa Poikajärvi

Results 2 issues of Vesa Poikajärvi

Update to new issue template format to have less questions presented as issues https://help.github.com/en/github/building-a-strong-community/about-issue-and-pull-request-templates

todo

### Minimal, reproducible example ```TypeScript const qrcode = require('qrcode') const puppeteer = require('puppeteer') const fs = require('fs') const test = () => qrcode .toString("https://www.google.fi/search?q=puppeteer&sca_esv=588752686&source=hp&ei=19lxZZ-yBJGVxc8P-KWYiAQ&iflsig=AO6bgOgAAAAAZXHn55RLfglY39cPP620BGg0ivzW-cov&ved=0ahUKEwjf-efRx_2CAxWRSvEDHfgSBkEQ4dUDCAo&uact=5&oq=puppeteer&gs_lp=Egdnd3Mtd2l6IglwdXBwZXRlZXIyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAEMgUQABiABDIFEAAYgAQyBRAAGIAESLgKUABYjglwAHgAkAEAmAFroAHLBaoBAzguMbgBA8gBAPgBAcICCxAuGIAEGMcBGNEDwgIFEC4YgATCAg4QLhiABBjHARivARiOBcICCxAuGIAEGMcBGK8B&sclient=gws-wiz", {type: 'svg', width: 200}) .then((svgString) =>...

bug
upstream
confirmed