Andreas Gohr
Andreas Gohr
The answers between httpbin and httpbingo differ. httpbingo will always return an array for each parameter or header, while httpbin will return simple objects and use sub arrays only when...
Would be awesome if it would do an A and AAAA record lookup and run MTR on both IPv4 and IPv6 addresses (if available).
When using a custom style for the popup you may want to set the text color too. For now this seems only possible with creating a custom layout with the...
Saving a reference to the Builder object returned by create() and calling show() multiple times on it seems not to work? What's the proper way to use a tooltip multiple...
PHP error logs should be sent to the containers output
See https://forum.dokuwiki.org/d/20332-google-appears-not-to-recognize-dokuwiki-style-sub-page-links/4 for background The sitemap is build upon the fulltext page index, which may contain pages that do not exist (yet) because links to it exist. The sitemap builder...
This should fix a problem mentioned in https://github.com/splitbrain/dokuwiki-plugin-data/pull/229#issuecomment-1196367602 Note that prefilling from $INPUT is still only supported for single value selects. Not sure if we want to merge this into...
The recent merge of #3039 introduced a new parameter to the media methods of our renderer class. This effectively breaks all renderer plugins because of mismatching method signatures. So I'm...
As mentioned in #1541 it would make sense to cache the results of getUserData() per request to avoid resolving the same user again and again. This should be implemented independently...
In PHP 8.1 strftime() is deprecated, it will be removed in 9. https://php.watch/versions/8.1/strftime-gmstrftime-deprecated recommends using a `IntlDateFormatter` for locale aware date formatting. However that does not accept strftime compatible placeholders....