Stanislav Ilnytskyi

Results 65 comments of Stanislav Ilnytskyi

regarding 1: it requires by this profiler. Maybe new script can be added `php/spx` to enable/disable the extension regarding 2: can be fixed to specific tags not master if you...

I have an use case where I have a complex content type. And based on different columns I can have listing pages or single item pages. Let's say ``` /item/[id]...

@markshust it's been some time after I originally posted this PR. I can add some new info. Now .so extensions can be grabbed from releases instead of compiling https://github.com/NoiseByNorthwest/php-spx/releases But...

I also confirm removing the include fixed path forwarding

Could we just have possibility to inject custom layers resolver? Or get layers from own services? Now we could instantiate the LayerResolver via factory ```yaml Qossmic\Deptrac\Core\Layer\LayerResolver: factory: ['@My\Layer\Factory', 'create'] ```...

@patrickkusebauch thanks for info! That should be sufficient. I will take a look. Probably due to lack of info about PHP approach at https://qossmic.github.io/deptrac/configuration/ and deptrack always generating and requiring...

@jlenzstaysafe try this module https://github.com/EcomDev/magento2-product-preloader As claimed it fixes `Price of configurable product on product list` can be some sort of workaround

2.4.2 still happening. Probably if quote was created before customer was logged in the flag does not change after the customer is logged in. If someone faced this issue, additional...

I my project I have conflicting deps with xdebug-handler package. So **shim** version allows me to still use deptrac

I have been working with NikicPhpParser for my project similar to deptrac before I discovered deptrac :) I solved similar problem this way: 1. Collect files from target dir. (just...