Josh Pollock

Results 28 comments of Josh Pollock

BTW My plugin to test this works can be downloaded at https://slack-files.com/T03GVEV0R-F0BN1L9L2-9589568ad1 Look in public class for the hook I added, then conditionally removed using the new `remove()` BTW[1] I'm...

I agree and disagree with @mAAdhaTTah I don't think moving this to the main class, which already has way too many responsibilities. But, if the main class was loaded with...

I don't think the new `remove` method of the loader should be static. It works on a specific object of the loader class, IE the one with the index of...

I am currently attempting to impliment mentions in a Trix editor. I am attempting to do something like `editor.insertHTML(`

Hi @jasonbahl I want to help with this, but have question. Wouldn't the filter need to go here: https://github.com/wp-graphql/wp-graphql/blob/develop/src/Utils/InstrumentSchema.php#L75 ? My goal is to modify the create and update mutations...

@ahmadawais I can't figure out what file I would modify to change the webpack config and package.json that is generated. Can you link me to that or show me where...

Just a note, I think it would be really cool if the create block command had a copy block option. Given command `create-guten-block --clone=book-block --name=magazine-block` a new block called "magazine-block"...

I am working on creating a script to fix accessibility problems in parsely and will separate it out a package so it can be npm installed. See: https://github.com/CalderaWP/Caldera-Forms/issues/1501