Jeremy Pry

Results 14 issues of Jeremy Pry

Currently, Query Monitor surfaces the values for only the following constants: - `WP_DEBUG` - `WP_DEBUG_DISPLAY` - `WP_DEBUG_LOG` - `SCRIPT_DEBUG` - `WP_CACHE` - `CONCATENATE_SCRIPTS` - `COMPRESS_SCRIPTS` - `COMPRESS_CSS` - `WP_LOCAL_DEV` It...

feature request
collector:environment

- [x] I've checked the issue queue and could not find anything similar to my bug. - [x] I'm on the latest version of valet-plus (`valet --version`): `Valet+ 2.2.1` -...

Bug
Needs review

In the `ActionScheduler_FatalErrorMonitor` class, we make use of `error_get_last()` to try to determine exactly what error was triggered so that it can be logged. Here's the relevant portion: https://github.com/Prospress/action-scheduler/blob/bf377e128058df7070414887bd66a598c93d4be7/classes/ActionScheduler_FatalErrorMonitor.php#L44-L54 This...

type: task

I would like the ability to map a single file to multiple locations upon build. For example, this is what the json file might look like: ``` json "map": [...

Enhancement

I'm trying out your version that adds Featured image support, and I noticed that the normal "Insert into Post" link has been removed. Is it possible to have **both** the...

## User story When users encounter problems with their product feed, it would be beneficial for troubleshooting to share logs with Pinterest. During the onboarding process, we should prompt for...

type: enhancement

## User story Many users don't leave reviews unless they are dissatisfied with the extension, which means the reviews are disproportionally negative. Assuming that the extension is configured correctly and...

type: enhancement

During the [review of #305](https://github.com/woocommerce/pinterest-for-woocommerce/pull/305#discussion_r774081516), I noticed that we don't currently have a way of deprecating or otherwise removing functions and methods that are no longer needed. Now that this...

type: enhancement
good first issue
category: compatibility

While reviewing #118, I noticed that the `ProductsXmlFeed` class repeats this same portion of code multiple times: ```php return '' . $variable . ''; ``` ```php return ''; ``` I...

type: task

This isn't so much an issue as something that I wanted to share for the benefit of others. I set up Cavalcade for a local site (which is powered by...