Joel Griffith

Results 167 comments of Joel Griffith

Also looks like there might be some GPU flags as well. Perhaps trying without some of those flags will yield better/working results.

Thanks for the information, good to know that firefox works instead as well.

We do expose a `Logger` primitive that you can override with your own implementation. This would work in SDK projects if you wanted to use that. - Logger Class: https://github.com/browserless/browserless/blob/main/src/logger.ts...

@moltar it'd be interesting to see how that's instrumented in K8s. What you're describing sounds like a passive health check and not a discreet health-check API? Just making sure I...

Seeing this issue on Chrome 139 -- has this fix been deployed to a version yet or does 139 re-introduce this?

Not yet, will give it a shot and report back -- thanks!

This is more or less intended behavior: specifying a user-data-dir is "opting" into a workflow where you want to keep this around, which is why we don't delete it

Looks like there's calls to sessions that 404 in your network tab -- are you running this image behind a proxy?

Thanks for that: can you share you docker-compose file with me?

Thanks for raising! Happy to review a PR to enable this if you'd like to implement it