Justin Maurer

Results 16 comments of Justin Maurer

3 years on and this hasn't even been assigned. Can we get a progress update or an explanation of why this has been ignored/abandoned?

Bumping this issue because it was not, in fact, fixed by the previous merges. But, my most recent PR should fix this.

Hi Jose, Here's an example of one of our articles consumed from our RSS feeds. https://news.yahoo.com/best-reason-magazine-love-trade-223449234.html You can see that italics and other HTML is rendered properly in the body...

Hmm, yeah. If it is being used to filter null values, then it likely will cause the same problem. The two refactoring options, as far as I can tell are:...

Was just looking at these "help wanted" issues and this one stands out to me as probably unnecessary. We initially had the same issue, but figured out the cause. The...

I'll be looking at this today, during [Contributor Day](https://github.com/wp-cli/wp-cli/issues/5985).

Per my PR at https://github.com/wp-cli/cron-command/pull/108, I believe this issue is not valid and can be closed as such.

Circling back to this. It's still an issue in latest code, so I've updated the branch to make it merge-able again.

@miguelBarreiro85, the solution has not been released yet, but it in this repo, on the `trunk` branch. You should be able to update to [HyperDB 1.9](https://github.com/Automattic/HyperDB/blob/trunk/db.php) and get rid of...

The relevant code, to check for which database file to use is: ``` if ( defined( 'WPDB_PATH' ) ) { /** @psalm-suppress UnresolvableInclude */ require_once WPDB_PATH; } elseif ( file_exists(...