John Blackbourn
John Blackbourn
There's very little server side interface to Gutenberg, so we're quite limited in what can be done on the CLI. https://github.com/WordPress/gutenberg/issues/4116 Here's some requests I've seen mentioned at HM and...
Further updates: * https://github.com/WordPress/gutenberg/pull/21065 * https://github.com/WordPress/wordpress-develop/pull/317 * https://core.trac.wordpress.org/ticket/50263
I like the idea of "thinning out" revisions. This could be done on a static period basis, for example retaining one revision per month, or it could be done according...
I'm on the fence. * Does this syntax provide real value? What use cases does this improve? Some example use cases would be good. * Can it be made performant...
In my mind the path to the asset manifest file is an implementation detail that a developer shouldn't be concerned about. As a developer onboarding onto a project I shouldn't...
@kadamwhite @fklein-lu Great points about the fact that this is a bridge from Webpack to WordPress and not the other way around and should therefore focus on Webpack conventions. I...
Misc notes: * The benefit of the Lightweight Term Count Update plugin is it avoids these queries altogether. On a site with a large number of term relationships this query...
Guest authors in Authorship are real WordPress users, but the email address is optional.
I'd love to see the reason for the changes documented more clearly. On the rs-dms project we tweaked these settings quite a lot and made sure to document the changes...
> we'd need to pull them together somehow Yeah we can do this by putting a schema.json into each module which contains its module definition, and then the main schema.json...