Greg Ziółkowski

Results 179 comments of Greg Ziółkowski

> > It might be interesting to create an example block and showing how to create an e2e test for that block. > > This is an excellent idea. I...

I opened https://github.com/WordPress/gutenberg/pull/35983 to address the issue with the default timeout.

Sure, we can wait until Friday/Monday when the new version of `@wordpress/scripts` can be published to npm 👍🏻

> @gziolo was a new version of `@wordpress/scripts` published containing the timeout change? I see the change included in the latest version on npm: https://unpkg.com/browse/@wordpress/[email protected]/config/jest-e2e.config.js

Excellent work @mburridge. I started looking at the course to check how it all fits together and it's an impressive work. I like how you divided it into sections and...

Module 3, 4 & 5 ## Create custom inspector panel controls It's a bit painful experience to avoid using `useBlockProps` and pass styles through `style` for features that are handled...

> > General note, code examples don't follow [WordPress Coding Standards](https://developer.wordpress.org/coding-standards/wordpress-coding-standards/). > > The repo for the project is [here](https://github.com/mburridge/multi-columns). Please feel free to submit PRs that bring the code...

> > It's a bit painful experience to avoid using useBlockProps and pass styles through style for features that are handled by the block editor. It's fine though as a...

I'll figure out how to do it but it looks like doable with Rollup 👍 I'd be nice to land https://github.com/aduth/hpq/pull/5 first which updates npm dependencies. Well, maybe it will...

Awesome, thanks. I'll rebase and continue my exploration next week 👍