Julien BIANCHI

Results 114 comments of Julien BIANCHI

When the instrumentation encouters a property accessed using `$this->{$foo}` it stops. Nothing is instrumented after the line containing the dynamic access.

I'd really be glab to help here, be it as a reviewer, maintainer or whatever.

The more I read this issue, the more I think the best solution is what @agravelot explained. Merging `docker-compose.yml` files could potentially be a hard task. the only way to...

To make the `display` format work, you have to ensure the `xdg-command` is available on your machine. This command is used by the underlying library to display the graph :...

@lrkwz As you mention there are some missing packages inside the Docker image. After adding them and running some tests it appears there are some other issues: * using the...

@clue I don't really think `graphp/graphviz` is missing anything. We are in some kind of edge-case here (using `xdg-open` in an asynchronous way when the parent process has a short...

@wixyvir would you mind taking a look at this issue and see if #32 is something we should build upon? Thanks 🙏

@Hywan great RFC, it will open the doors for some cool new tools :) But... > We have types in PHP 7 This is indeed a good argument in favor...

Looking at the code and grammars, this seems pretty hard to implement. At least, it will require many code duplication: - part of the `Arithmetic.pp` grammar will have to be...

@Hywan you can start reviewing when you want: any comment is good. There are still some things to do but I'd be glad to fix any issue you already saw...