Greg Ziółkowski

Results 179 comments of Greg Ziółkowski

> Until now, I can't remember having any problems with the build script in @wordpress/scripts: It built both the blocks and the components found in the /src directory. But now,...

@bacoords and @aurooba, I remember you discussing in the [viewSource podcast](https://viewsource.fm) the need to improve `wp-scripts build` to work not only with blocks. What else could we improve the developer...

@sc0ttkclark, @lgladdy – what are your thoughts regarding the changes proposed? We are considering a very defensive approach in the initial rollout.

@SantosGuillamot, do we need to commit the same PHP changes to WordPress core first to make the e2e tests pass?

@getdave and @youknowriad, technically speaking, we don't need to cherry-pick these changes to the `wp/6.5` branch. Is there a better indicator that we need to sync the same changes to...

> The release beta cycle might not be a good time to introduce a new public SlotFill. > > We can use a private SlotFill (see example #49819) or add...

> This PR will need a slight refactor once https://github.com/WordPress/gutenberg/pull/58895 is merged. Once that's done, we'll have proper mechanism to add logic to "bound" blocks. We will need to cherry-pick...

I'm not entirely sure what type of changes were applied in two places: [here](https://github.com/WordPress/gutenberg/pull/58958#discussion_r1500491105) and [here](https://github.com/WordPress/gutenberg/pull/58958#discussion_r1500492515). However, I can confirm that everything works as expected. We could also further improve...

It would be great to rebase the branch to see the results from CI.

> [wordpress-playground.zip](https://github.com/WordPress/gutenberg/files/14387957/wordpress-playground.zip) Here's an export from WordPress playground. You can import it there and go to `/?p=6/` URL and see the viewStyle loaded. That was very helpful as I was...