Martin Auswöger

Results 436 comments of Martin Auswöger

My guess would be that cache time `0` is merged incorrectly because it is probably interpreted as “not set” or so. But I did not debug it yet.

It now also recognizes that `COLOR`, `c\6F lor`, `c\olor`, `/* Farbe: */ color` and `color` are all the same property.

I now brought whitespace normalization back with the style `color: red; background: blue;` to be compliant with the CSSOM standard: https://www.w3.org/TR/cssom-1/#serialize-a-css-declaration

I was not able to reproduce it on iOS 18 with GMail.

The `href` is only `false` for the last (“active”) element, right? Should `@id` just point to the current URL in these cases?

I don’t think we can add this to 4.13 as a bugfix as it would generate exceptions here: https://github.com/contao/contao/blob/0435a23d21a1c22fbc7e595fe5b3f56b91a42a2b/core-bundle/src/Image/LegacyResizer.php#L163 AFAIK we only wanted to add formats by default that are...

> @leofeyer or @ausi could you have a look at the `DoctrineAlterTableListener` and its test? The `onSchemaAlterTableRenameColumn` event no longer exists 😕 https://github.com/doctrine/dbal/blob/4.0.x/UPGRADE.md#deprecated-extension-via-schema-manipulation-events

> > could you have a look at the `DoctrineAlterTableListener` and its test? > > The `onSchemaAlterTableRenameColumn` event no longer exists 😕 See https://github.com/doctrine/dbal/issues/6299

> The `onSchemaAlterTableRenameColumn` event no longer exists 😕 Once https://github.com/doctrine/dbal/pull/6300 was merged we should reevaluate this PR, at best before DBAL version 4.1.0 gets released, so that we could potentially...