Johann Pardanaud

Results 34 comments of Johann Pardanaud

The communication between PHP and JS is done through sockets, not through CLI operations, I don't thing the limits shown by xargs apply here. The real issue here is the...

Is this a bug report? Or a question about how to convert you JS code to PHP? In case of the question, it's just like this: ```php $cdp = $page->target()->createCDPSession();...

Let me explain what I was thinking about. Creating an image suited to PuPHPeteer is not really a complex work, all we have to do is write a Dockerfile [using...

It seems like this is handled by the user they add [in their Dockerfile](https://github.com/puppeteer/puppeteer/blob/main/docs/troubleshooting.md#running-puppeteer-in-docker): ```dockerfile # Install puppeteer so it's available in the container. RUN npm i puppeteer \ #...

Thank you, that's kind from you 🙂 @spekulatius is already working on it, but we might need some people to test everything and tell us what they think about the...

You can combine this with [composer-patches](https://github.com/cweagans/composer-patches) to ensure your patch is always applied. However, I don't provide any backward-compatibility for patches, so be careful. 😉

Hi! I've started to write a review, I will try to finish it tonight.

>P.S. Docs generation from js code is awesome yet simple to read! I'm glad it helps you!