Pascal Birchler

Results 727 comments of Pascal Birchler

> Core doesn't require libxml either I think. We do. Core uses libxml for some stuff if it is available, e.g. XML oEmbed responses.

Could you just use arrow keys to go through individual emoji lists, and tab only for navigating between tablist / tabpanel / favorites?

Some context: https://wordpress.slack.com/archives/C02RP4T41/p1529483149000520

As per the description, the script currently expects `WP_TESTS_PHPUNIT_POLYFILLS_PATH` to be set as an environment variable. This issue is about improving that, which is why you don't see it yet...

For WP 5.0 compatibility https://make.wordpress.org/core/2018/11/09/new-javascript-i18n-support-in-wordpress/ is of relevance. We could still use `wp_get_jed_locale_data()`, but `wp_set_script_translations()` is probably superior. There's a lack of documentation though. I plan on updating https://github.com/swissspidy/gutenberg-i18n-block soon...

Why is the referer set to same URL being requested? It's apparently causing some trouble in WordPress, see https://core.trac.wordpress.org/ticket/37820

See also https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/

Context: we're currently using `` in the Web Stories WordPress plugin. https://github.com/ampproject/amp-wp/issues/5894 mentions that `initial-scale=1` causes tap delay. Is that also the case for `minimum-scale=1`? cc @westonruter @sebastianbenz

Thanks @roborourke, that's a good point. I guess we would need to upload two versions per release then: one fully built, and one only with the JS built. Having Travis...

For a proper Composer project that's not of much help I think. If a project requires packages A and B, and both packages require the same dependency, e.g. PHP CSS...