Arjen
Arjen
I'm not using `expo-document-picker` but i am using `with-rn-image-crop-picker`.
@mattlevine i actually tried with the ref, but don't know if I tried it that way. Will test it soon!
I got this as well
Just add a package.json works but not when pruning for docker. Currently figuring out how to build it for go, but it seems that there could be some improvements made.
Go mod version: ``` github.com/discord/lilliput v0.0.0-20230914023940-f3c639907ce4 ```
@kristofdombi would be nice if the filtering is exported from this package
Update: seems like google is detecting if the browser is run in debug-mode -> https://stackoverflow.com/a/59673634/13008147
Update: generated my own JS from the puppeteer stealth plugin with these 2 options: ```js const stealth = StealthPlugin() stealth.enabledEvasions.delete('iframe.contentWindow') stealth.enabledEvasions.delete('media.codecs') puppeteer.use(stealth) ``` as mentioned here: [https://github.com/berstend/puppeteer-extra/issues/822#issuecomment-2021850431](https://github.com/berstend/puppeteer-extra/issues/822#issuecomment-2021850431) Doesn't help
Update: if I use .NewUserMode() with headless=false, it seems to work. However when I run it headlessly it fails, I thought due user-agent (includes headless) but overriding the user-agent doesn't...
Th only difference between running headless and running not headless is the user-data-dir. But that one is different on each run. Not headless: ```bash args [--disable-background-networking --disable-background-timer-throttling --disable-backgrounding-occluded-windows --disable-breakpad --disable-client-side-phishing-detection...