Ian Dunn
Ian Dunn
I'm trying to add some Core blocks, so that I can test a custom format I'm working on. I copied parts of [the example](https://github.com/youknowriad/blockbook/blob/f84ad86/example/.blockbook/index.js), and it loads them. The `Card`...
I got this error when installing Blockbook for the first time and running the `start` script: ERROR in ./node_modules/array.prototype.flat/implementation.js Module not found: Error: Can't resolve 'es-abstract/2020/ArraySpeciesCreate' ``` > blockbook start...
## Expected Behavior Highlighted text should be shown when activating the extension via the context menu, similar to other reader extensions. This lets the user view only the text they...
## Expected Behavior https://www.a2hosting.com/kb/installable-applications/optimization-and-configuration/wordpress2/using-apc-or-opcache-with-wordpress?jr=on should show the contents of the article ( `div.text-commens` [sic] ). > This article discusses using APC or OPcache... ## Current Behavior It shows the contents...
### Problem `gp_translations_imported` only passes the ID of the translation set: https://github.com/GlotPress/GlotPress/blob/3d975dffdb3cdbf307c953e50be6a5bd637a8ef2/gp-includes/things/translation-set.php#L366-L373 I'd like my callback to know _which_ strings were imported, so that I can [add activity notifications to...
## Is your feature request related to a problem? Core recently replaced alias functions with their canonical counterparts in [r49193](https://core.trac.wordpress.org/changeset/49193): > Using the canonical function name for PHP functions is...
Currently the value of `display_errors` is overridden by `\Utils\wp_debug_mode()`, but I would expect WP_CLI to respect the value set by `WP_DEBUG` and `\wp_debug_mode()` instead. It sounds like [there may have...
## My use case / problem I frequently run commands on a Multisite instance with a large number of sites, most of which have long domains. Typing in the full...
This is a WIP to fix #3220. Right now it just adds the test to demonstrate the bug. It still needs another commit to actually fix the problem, but I...
Moved from https://meta.trac.wordpress.org/ticket/4993 > The themes team is blocked in part by missing data they can test on locally. You can set up the environment in VVV, but when you...