Robert Webb
Robert Webb
Any updates on this? I ran into this issue (not sure if it's an entitlement or provisioning issue that I'm having) and I can't do background playback, although this plugin...
+1 to using the chessGround `setAutoShapes` here - I think just adding that API to the chessground wrapper should suffice. Going to make a fork that does that (mostly for...
@paulirish @samccone - is there any chance of this being fixed or should I just forget about running headlessly?
Hmm I'll look into it, if it works I'll post up my setup
@patrickhulce - you were close but not quite there Your solution is missing a step, it should be like this: ```js browser.on('targetchanged', async target => { const page = await...
Also, as far as I can tell, the issue about speed-index-metric is related to running lighthouse headlessly, not chrome launcher.
@patrickhulce For some reason, this morning when running the same command with the same code, I did not get the issue. If I could reliably reproduce it, I would definitely...
@samccone - I think the real fix is just to use Puppeteer instead of chrome launcher if you want to use lighthouse with any kind of advanced config options. You...
Yep, I saw this too. The regex isn't perfect. I still haven't seen anyone modify state or make a DOM api call, so it's still ok.
Hey i made a much smaller Repro case: https://github.com/mantinedev/mantine/issues/5898 Sorry I didn't see this issue before I made my own issue 😓