Johann Pardanaud

Results 58 comments of Johann Pardanaud

# IDE autocompletion issues I have downloaded PHPStorm and tried to setup everything, I must agree: it doesn't work well. 😅 However, you can clearly see [with this PHPStan demo](https://phpstan.org/r/1d14ce4d-9458-4a2a-9be6-7d722697ca0d)...

I'm working on improving the communication between PHP and Node processes, I can't provide you an estimation though. It will improve the following topics: - stability: less network errors -...

Honestly, I need more informations here. Is it possible for you to reproduce in Docker?

Did you try to follow guides explaining how to solve this specific error? [Here's one for example.](https://love2dev.com/blog/node-is-not-recognized-as-an-internal-or-external-command/)

[The `executable_path` option](https://github.com/rialto-php/rialto/blob/dev/docs/api.md#options) can be used to provide a custom path to Node if you want.

Hi vitalikaz, I'm glad to see you like this new feature. We were all waiting for it! >I'm aware that all these phpdoc blocks are generated in automated way You're...

Without a code example, the only thing I can think of is to increase the navigation timeout: ```php $puppeteer = new Puppeteer([ 'read_timeout' => 65, // In seconds ]); $puppeteer->launch()->newPage()->goto($url,...

Ooh, thanks @Eldair, and sorry @qnoox, there is a real issue here. I don't know how I didn't see it before… Here's what's happening internally: when an instruction is sent...

I reproduce this in Firefox too, with this simple code: ```js new MicRecorder().start() ```

I was actually thinking about dropping `clue/php-socket-raw`, I don't think it does that much for Rialto and it prevents from really understanding how to use sockets in PHP. Your idea...