Ryan Welcher

Results 100 comments of Ryan Welcher

@gziolo with WordPress/gutenberg#35983 merged, maybe we should wait for the next version of `@wordpress/scripts` to go out and I can remove the timeout entries here. @mkaz any thoughts on my...

@gziolo was a new version of `@wordpress/scripts` published containing the timeout change?

Thanks for confirming! I'll update this PR and get it approved.

Thanks for taking the time to create this PR! We've made a lot of updates to the repo. Would you be able to update it?

I've re-added linting with #193

Thanks for opening this issue! I can definitely have a look at how the repo and docs are working together. In the meantime can you clarify what you mean by:...

It looks like the [JSX version is using `string`](https://github.com/WordPress/gutenberg-examples/blob/trunk/blocks-jsx/03-editable-esnext/block.json#L11) and the [non-JSX version is using `array`](https://github.com/WordPress/gutenberg-examples/blob/trunk/blocks-non-jsx/03-editable/block.js#L20). We should probably have them both set to `string`. Interested in putting together a...

Thanks for your feedback! I have taken a different approach based on your comments and issued a new pull request on a different branch - #34

@bph combined dev note for the create-block stuff. ## Create-Block Dev notes WP 6.1 #WordPress 6.1 introduces many updates and new features to the @wordpress/create-block. ### New Features #### Block...