Robert O'Rourke

Results 196 comments of Robert O'Rourke

@robindevitt might have to double check the name of the cloned repo, ensure the directory names match the `` part of the directory names in `vendor//`, including lowercasing etc..

Didn't know you could disable the CMS module tbh as that's WordPress! From what I recall seeing there are 2 things in the CMS module that generate this warning: -...

Rather than try disabling the CMS module wholesale just switch off the sub-components that are causing the problems one by one as you go through the errors. Does `wp-block-editor` provide...

If the code has a direct dependency on functions provided by the `wp-editor` package (namely `getCurrentPost()` as indicated in the error messages above then you might be right about needing...

Cheers @johnbillion, ideally it’d go into core! Will see if we can maybe prompt someone at a8c to publish it to packagist and add some support on the trac ticket...

Transferring to the CMS module as this isn't specific to local server.

I'm kind of in 2 minds here. In the original issue I think I chose a bad name for the config option. Talking about removing emoji is a bit confusing...

Created #260 for the setting name change

I think this is more a case of hard coding it in the docs and maintaining it. We want it to be on the main docs site too so there’s...

I don't think we can change the behaviour in gutenberg easily and I imagine there's a reason it's not added there, probably for the drag to resize type behaviour. The...