Pavel Starosek
Pavel Starosek
@Smart-Core Looks like travis builds disabled at all...
To be honest, I don’t know, as I haven’t used this action for a long time. What fixed bug are you talking about? [This one](https://bugzilla.redhat.com/show_bug.cgi?id=1112742)? It was marked as fixed...
Unfortunately, we cannot simply upgrade to version 2.0, since the default configuration of `image-optimizer` uses the "disable" flag: https://github.com/spatie/image-optimizer/blob/9c85625f599675aac0b51b91dd810fb1e4b220c1/src/OptimizerChainFactory.php#L42-L44 But this flag was removed from CLI since svgo 2.0: https://github.com/svg/svgo/issues/1356#issuecomment-782834313...
I am using WSL2 to execute the webpack-dev-server, which has an IP, for example, 172.27.10.20. And with standard settings of Hyper-V, this IP is dynamic, that is, it changes every...
Just tried this now with a test repo and it looks like you are right. Even if someone required `james-heinrich/getid3:^2.0-dev`, if the minimum PHP version in composer.json will be bumped...
What do you mean? This is a demo script which does nothing until you remove the `die()` in the first lines.
As a workaround we can create a new column like `hash VARCHAR(32) NOT NULL DEFAULT ''`, use it in primary key instead of previous `filename` and search for `md5($filename)` instead...
Tried to check this on Windows with PHP 8.2.12 and opcache enabled and I can't reproduce this issue. Could you provide the opcache config? ```php.exe --ri "Zend OPcache"```