Charlie Orford

Results 16 comments of Charlie Orford

@metalwarrior665 Thanks for the thoughtful reply. The example I was envisaging was more around how to correctly manage state and interaction between the two crawlers without involving a dependency on...

@metalwarrior665 sadly ```requestAsBrowser``` wouldn't be viable for the use case I presented (JS fingerprinting payload that needs to be executed and the results POSTed back to the origin in order...

@merifri Haven't tested but reading the source, I don't think setting postgresql_cluster_reset=true will drop an existing cluster (under Debian). The task that drops the cluster checks for 'pgdata_dir_exist.changed' before running...

@macnibblet it's supposed to be supported on Debian but I couldn't get it working on Ubuntu (xenial). Issue seems to be with pg_createcluster and pg_dropcluster commands in tasks/configure.yml. I've made...

> @corford would it take to get this merged? I'm not sure. As far as I can see, the tests that are failing are failing due to build parameter issues,...

@B4nan Do you have a rough ETA when this will get merged & released?

@B4nan Gentle ping to ask if this is still planned to be merged?

>Have you tried @crawlee/browser-pool? Yep, we're currently targetting `@crawlee/browser-pool` (and puppeteer v15) via an `apify` overrides block in packages.json. Seeing some instability with page crashes on certain sites. It might...

>We are apparently using some API that is no longer available Thinking about it, yep that makes more sense than TS

The bit that isn't super clear to me is why it only manifests when wrapped with puppeteer-extra