tellthemachines

Results 140 comments of tellthemachines

👋 I just created #43541 for what seems to be a related issue; may be related to the recently merged #42887.

Closing this issue as the fix from #44209 has been backported to Core.

>> What do you think of this PR which is attempting to do something similar? https://github.com/WordPress/gutenberg/pull/41696 > @jorgefilipecosta, is this PR something that is still necessary? We still need this...

> Probably some issue during a rebase. If we want to review this PR, I can fix this. Thanks @jorgefilipecosta, I'm happy to help review if you'd like to resume...

> It took me some time to figure out that it works using keyboard only and it seems to behave in the same way for me in both here and...

> To make sure I'm following along, the idea with the default layout then, is that it's a simpler flow-based container that can group blocks and provide vertical spacing and...

Yeah, I was thinking the styles to display content width only need the `is-layout-column` class, which we could attach on the server side if it doesn't exist. I'll have a...

I updated with a deprecation for the Group block, as well as some server-side logic to handle cases where there are `inherit` or `contentSize` values. There remains a problem though:...

Thanks for helping me think this through @andrewserong ! > I wonder if there's any way for us to tease apart the difference between the default value (in terms of...

Thanks for the feedback @andrewserong and @ZebulanStanphill ! > If we don't make changes to these blocks in this PR, will this PR introduce regressions for existing blocks out in...