Merged pull requests to Cal.com, Gutenberg and wp-cli.
Small fixes for the most part, though they took some finding.
Fixed the apps config modal showing the same settings for every app
The admin config form rendered identical values no matter which app you picked. Merged in August 2024.
Used email as a fallback for users with no display name
They were showing up as blank rows at the top of assignment dropdowns. Merged in August 2024.
Added justification controls to the block toolbar
Constrained layout blocks only had justification in the sidebar, while flex blocks had it in both places. I added the toolbar controls and gated them on allowJustification. Three rounds of review with core maintainers, and it shipped in Gutenberg 18.8.
Hid an empty sidebar panel in the block editor
The Content panel showed up even when a template had nothing to edit, so I added a check and returned early. Shipped in Gutenberg 19.1.
Fixed config constant removal deleting more lines than it should
Removing a constant was taking neighbouring lines with it. Merged in 2025.