Stephen Harris

Results 119 comments of Stephen Harris

@mnapoli Yes, so if the url (relative or an absolute) evaluates to something under the baseUrl it is parsed. Absolute urls to other (sub-?)domains is ignored. The regex for that...

Hi @mikevanis I tried up to 50 seconds (10 seconds before and 40 seconds after) while debugging this. But I can't be certain that I used that confuguration after applying...

Doh! Obviously, resetting the cron jobs _is_ required, when you're adding a new site. Instead I've set the initial time for the cron job to be `time() + 60` rather...

Hi, the 'tested up to version' doesn't automatically get updated, and I've neglected to update it in recent updates. The plug-in should work with 5.9.x (and 6.0.x for that matter)....

ALB [supports multiple certificates](https://aws.amazon.com/blogs/aws/new-application-load-balancer-sni/), so why doesn't the controller just add them all?

I guess that we would need to add support for a `HAVING` clause? You would presumably need to do something like: `$qb->select(["summable_column as thesum"])->having('thesum', ">=", 42);` Happy to consider a...

@slimndap Hope you don't mind me dropping into the conversation. I'm the developer behind [Event Organiser](http://wordpress.org/plugins/event-organiser). ### Grouping dates > Sessions can be part of a conference > Performances can...

Yes, but in the case of Event Organiser dates are stored in a separate table. But equally you could store them as a separate CPT (perhaps even using post_parent to...

Ah yes, sorry I missed that, that seems to be the case. Would it be cleaner to explicitly require a hierarchical relationship between production and events (e.g. parent-child) rather than...

This isn't a PHP/WordPress/Event Organiser version incompatibility. The event in question doesn't have any event dates associated. This can happen if you have event post types created by another plug-in....