Moritz Dahlke
Moritz Dahlke
See https://github.com/coinbase/coinbase-commerce-php/pull/42 Resolves #41 @ljharb I was not expecting to get any updates on this, but here is a new PR Can you please also take a look at https://github.com/coinbase/coinbase-commerce-php/pull/34/...
Uptime-Kuma is a self-hosted monitoring tool like "Uptime Robot". See: https://github.com/louislam/uptime-kuma User-Agent: `Uptime-Kuma/{VERSION}` Example: `Uptime-Kuma/1.18.0` See: https://github.com/louislam/uptime-kuma/blob/1.18.0/server/model/monitor.js#L258
The spiderList.xml at http://assets.woltlab.com/spiderlist/typhoon/list.xml that is used in the [RefreshSearchRobotsCronjob](https://github.com/WoltLab/WCF/blob/5.5/wcfsetup/install/files/lib/system/cronjob/RefreshSearchRobotsCronjob.class.php#L25) to update the list of search robots is very outdated and does not include entries from pre-5.4. Since the list...
Reference: https://github.com/WoltLab/docs.woltlab.com/issues/302 The change definitely made sense, is reasonable and provides a good way to further process the multiple selection data with its own subarray. But, in my opinion, the...
The documentation (WSC 5.3 onwards) for `MultipleSelectionFormField` states that it implements the `INullableFormField` interface, but this is not the case since https://github.com/WoltLab/WCF/commit/0bb62eb9456527afbcc6a66b35bbe89036f919cc. This makes the following sentence of the documentation...
CLDR-9102 According to DIN 5008, a thin space (U+2009) should be used as the group character, but because a line break must never occur in a group of characters structured...
The request to filter the table by multiple search values currently fails if the table contains one or more searchable `DateFields` or `DateTimeFields`. This is reproducable with the [albums demo...