Ingo Fabbri

Results 62 comments of Ingo Fabbri

Absolutely! `BIN_WRAPPER_USE_OS_PACKAGES=true` would be an option to make everyone happy.

> a lot of cpu time and wastes energy. lots of wasted CO2. Carbon footprint explodes, cause maintainer refuses to provide a solution here - because of personal sensitivities. There...

Just a shot from the hip: after adding it tonthe suggest array, you need to deactivate and activate the extension in extensionmanager to get orders applied.

`config.cache_clearAtMidnight = 1` might be a usecase for crawler to get indexed_search up2date once a day.

Hey pals! Come over to https://github.com/bensampaio/external-svg-sprite-loader The external-svg-sprite-loader has it working. Cya!

> What do you mean by "cancels the request"? open network panel in chromium and there you can see these cancelled requests.

This is a strange issue I am facing too. I am not sure if I understand the problem and how to fix it. I just upgraded from 1.1.1 to 2.0.0...

OK, issue nailed down. https://github.com/goaop/framework/blob/master/src/Instrument/FileSystem/Enumerator.php#L109 It is checked if the current realpath is within an excludePath. Now in my setup, the exludepaths contains "..", so the comparison does not match:...

autoload_static.php in vendor/composer says: ``` php public static $prefixesPsr0 = array ( 'D' => array ( 'Doctrine\\Common\\Lexer\\' => array ( 0 => __DIR__ . '/..' . '/doctrine/lexer/lib', ), 'Doctrine\\Common\\Annotations\\' =>...