Michel Hunziker
Michel Hunziker
In pull request #737 the default and en_US Address data provider was updated to not generate a building number 0, 00 or 000 anymore. However, the bug still exists in...
When using `simple_array` with `nullable=true`, PHPStan thinks the property should be nullable. But that is not the case, as the `simple_array` type always returns an empty array, even if the...
I wonder if the current implementation of the HTTP Cache is really performant. To me, it looks like the cache middleware creates the whole response first and then compares the...
### Is your feature or enhancement related to a problem? Please describe. There is an API endpoint to toggle the status via the API (even though it is not documented):...
### Is your feature or enhancement related to a problem? Please describe. This is the same issue as #1432. It would be nice to support a nonce when adding the...
### Describe the bug When the working hours are set, the widget shows the time or day when agents will be back online. This works fine in English, but not...
Currently, the organizer field seems to be wrong when using the sent-by parameter. According to [RFC 5545](https://datatracker.ietf.org/doc/html/rfc5545#section-3.2.18): The individual calendar address parameter values MUST each be specified in a quoted-string....
Version 3.1.0 introduced a PDF/A compliance mode (#3269), which is awesome! But it does not seem to work with SVG. In the `before` method of `Document`, a default style is...