Alex Cicovic
Alex Cicovic
## Is your feature request related to a problem? Currently, not all our `useSelect` calls contain specific dependency arrays. However, according to [this article](https://developer.wordpress.org/news/2024/03/28/how-to-work-effectively-with-the-useselect-hook/#always-declare-useselect-dependencies), we should always declare `useSelect` dependencies....
## Is your feature request related to a problem? Users currently can choose to display the "Parse.ly thumbnail" or the "original image" in the Recommendations Block. However, we recently discovered...
## Is your feature request related to a problem? In some cases, plugin users might want to display a placeholder image in the Recommendations Block items that contain no image....
## Is your feature request related to a problem? We have no control over the size of external images that are displayed in the Recommendations Block, but we may have...
## Is your feature request related to a problem? The Recommendations Block currently uses the `limit` and `sort` [optional parameters](https://docs.parse.ly/content-recommendations/#h-optional-parameters). In the future we may want to add more of...
## Is your feature request related to a problem? Besides some information about plugin options in our Site Health Info page, the plugin doesn't feature any debug tools or options....
## Is your feature request related to a problem? The Content Intelligence Dashboard Widget doesn't currently auto-refresh its data. However, this can be very useful especially for small period selections....
## Is your feature request related to a problem? Our `Metadata_Renderer` class (`class-metadata-renderer.php`) is found under the `src/UI` directory. Although it contains the word renderer, I wouldn't classify it as...
## Is your feature request related to a problem? We've got a `views` directory located outside of the `scr` directory which contains a couple of files. ## Describe the solution...
## Is your feature request related to a problem? WP/Gutenberg are [migrating towards Playwright](https://github.com/WordPress/gutenberg/issues/38851) for E2E tests. ## Describe the solution you'd like Migrate/convert all our existing E2E tests to...