Raphaël Vinot
Raphaël Vinot
Last time we checked, it was impossible to get rpi4, so we couldn't try it and release a new version.
Nice, do you mind sharing how? That would be super useful for others (and when we will finally manage to get a rpi4).
It probably worth a try, but we need to evaluate the time it needs and the relevancy of the results.
If you know about a safe parser for audio/video files to convert in safe formats, I'm listening. Don't forget it has to run on a rpi. And if you have...
I'm not so worried about compromising the rPi itself: the OS is mounted in read only, /tmp is mounted in tmpfs and with noexec, and the script runs as user....
That's a good point... I need to give it a try. I'm not sure how much time it's going to take on a raspberry, how much ram the encoding will...
I have the same issue, when I pass `PLAYWRIGHT_CHROMIUM_USE_HEADLESS_NEW=1` (which is very similar to `headless=False`, if I'm not mistaken). And this issue has probably the same root cause: https://github.com/microsoft/playwright/issues/29968 If...
It would be really amazing to have a list of these env variables as they're pretty amazing but you only find them if you dig through the source code. I...
I'm having the same kind of issue and I added (in python) that line before calling the screenshot: ``` await page.route("**/*", lambda route: route.abort()) ``` But it doesn't seem to...
@muhammad-saleh how did you block the requests?