Nathaniel Taintor

Results 21 issues of Nathaniel Taintor

Themes which call 'the_content' filter multiple times on a page cause the list of links to be displayed multiple times on the page set as "Page for Recommended Links Archive"....

feature-request

The `registerBlock` utility allows for exporting an array of styles, which are each registered as block styles and unregistered on hot module updates ([code here](https://github.com/kadamwhite/block-editor-hmr/blob/main/index.js#L112-L114)). It would be good to...

Currently on the `develop` branch, `yo wp-make:plugin` fails to build. This seems to be because of [this line](https://github.com/10up/generator-wp-make/blob/develop/src/generators/plugin/index.js#L65), which is looking for a `_bowerrc.json` starter template (in `/src/starters`). Commenting out...

When trying to use the `useApiFetch()` hook from this plugin, react-dom throws the following error: ``` Uncaught Error: Invalid hook call. Hooks can only be called inside of the body...

This plugin doesn't filter the output of the `core/post-author` block, making it not usable out of the box in block themes. It would be good to provide some rendered output...

Enhancement

Recently Gutenberg finished removing all usage of `lodash`: https://github.com/WordPress/gutenberg/issues/17025#issuecomment-1632633444 Because the editor scripts in Authorship still rely on lodash, but it's not declared as a dependency, they fail in the...

Bug

> As a developer building a feature with complex business logic for an audience definition > I would like to be able specify audiences in code > To prevent editorial...

to-refine-dev

It would be nice to have access to a function which outputs all the markup necessary for a personalization block and any number of templates inside of it, without having...

On a project where we've limited data retention to a maximum of 30 days (using the "data-retention-days" config option), I would expect that the analytics views on the dashboard not...

Allows the check which validates that a directory is a VVV directory to pass even if this file is not in the expected place. Addresses #57.