Nico Hoffmann ෴.

Results 819 comments of Nico Hoffmann ෴.

@kylekatarnls Creating such a rule could be an additional measure. Nevertheless, when such rule is deactivated, phpmd should still not throw the described warning as it conflicts with PHP's warning....

@texnixe Do we have the banner always there? To me it feels like a very temporary thing, at least from the look. Would be great to permanently get from the...

Reading this, automatic caches seem to be rather complex (actually very much the same as automatically normal Kirby queries in the core). Should we maybe first just tackle manual caching?

@lukasbestle I am not too comfortable with the `filename` prop solution as I think ti could lead to weird other cases where we have a class that states the filename...

@lukasbestle sounds good

To be honest, I think we will only really be able to solve these edge cases once introducing container queries. There are too many configurations of column sizes, field widths,...

Will be fixed in upcoming v4-alpha.5

Stored as local backup

With @rasteiner's test images, what seems to work for me is a combination: ```diff // Kirby\Image\Darkroom\GdLib::process() + $image = $this->autoOrient($image, $options); + $image = $this->resize($image, $options); - $image = $this->resize($image,...

I've started a PR. Would appreciate help to add unit tests with proper small test images for both libraries https://github.com/getkirby/kirby/pull/5071