Marcel Pociot

Results 187 comments of Marcel Pociot

I just ran into this issue as well. I think it would be good if SPX could append the line numbers of the closure, for example `\Foo\Bar{closure}150-157` This way it's...

My initial goal was to build a callgraph out of the data that SPX collects - similar to Blackfire.io Here's a demo: https://demo.blackfire.io/profiles/d5f83d3d-ba09-43ee-9e33-51677cf9c988/graph?settings%5Bdimension%5D=wt&settings%5Bdisplay%5D=landscape&settings%5BtabPane%5D=nodes&selected=&callname=main()&constraintDoc= They add the line numbers as the...

Which PHP version do you use?

So the main problem is that, while all the dependencies of Expose are backward compatible with PHP 8.0, the bundled PHAR file in 2.5.0 does not work with PHP 8.0...

Yeah - it's because of the viewport / scroll position detection. Maybe it would be better to manually mark menu items as active when you click on them, so it...

Yup - and I also want to add the option to only copy the test method instead of the whole class.

Feel free to ping me on X/Twitter at https://x.com/marcelpociot Happy to provide a macOS Server for you 🙂

Sorry for the late reply - I was on vacation. Can you show me what else is in your composer.json file?

Please remove your `ktamas77/firebase-php` dependency in your composer.json. Your composer.json file requires the `dev-master` branch of the `ktamas77/firebase-php` package, while my firebase-sync package uses a stable version. That's why both...

Just remove `ktamas77/firebase-php` from your composer.json file and run `composer update`