NochEinKamel
NochEinKamel
I'm getting similar random errors after upgrading from 5.0.7 to 5.3.0 Looks like css media queries sometimes don't update correctly.
Thanks for looking into it @garris . I tried using that image, but only get an error back from docker: Error response from daemon: pull access denied for garris/github1303, repository...
Yes, same for me. However I think the docker image is not built correct, because it installs the latest version from npm, and if you launch it with -v parameter:...
... All I can come up with is an example that doesn't even work on 5.0.7 :-( ``` @import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&display=swap&subset=cyrillic-ext); * { font-family: Open Sans,"sans serif"; } Hello World ```...
No, sorry, that's something different. Adding ```await page.evaluateHandle('document.fonts.ready');``` to the onReady script fixes the hello world above but not my projects testcases.
Hi, I'm one of the few idiots that use Maps ;D After some frustrating days at work I used some weekend time to add basic Map support to the library....