From 99e76d900b29701be6adf66cb7ef558b2a44fb76 Mon Sep 17 00:00:00 2001 From: Zubair Ibn Zamir Date: Sat, 21 Mar 2026 22:56:47 +0600 Subject: [PATCH 1/2] Fix host names missing when name is null, fall back to username --- src/lib/HostsAndGuests.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/HostsAndGuests.svelte b/src/lib/HostsAndGuests.svelte index 595d69b03..e04cf9c49 100644 --- a/src/lib/HostsAndGuests.svelte +++ b/src/lib/HostsAndGuests.svelte @@ -31,7 +31,7 @@ {#each hosts as host} Date: Sun, 22 Mar 2026 00:20:35 +0600 Subject: [PATCH 2/2] Fix 2 incorrect MD frontmatter entries: linkedin key in show 610, url array in show 616 --- shows/610 - Supper.md | 1 - shows/616 - adam CSS.md | 7 ++----- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/shows/610 - Supper.md b/shows/610 - Supper.md index 6cc176722..b8fa68fc4 100644 --- a/shows/610 - Supper.md +++ b/shows/610 - Supper.md @@ -6,7 +6,6 @@ url: https://traffic.megaphone.fm/FSI7028552678.mp3 guest: name: Zach Lloyd twitter: zachlloydtweets - linkedin: zachlloyd github: zachlloyd url: https://www.warp.dev/ --- diff --git a/shows/616 - adam CSS.md b/shows/616 - adam CSS.md index c5088d4c7..4f9b15222 100644 --- a/shows/616 - adam CSS.md +++ b/shows/616 - adam CSS.md @@ -7,11 +7,8 @@ guest: name: Adam Argyle github: argyleink twitter: argyleink - url: - - https://nerdy.dev/ - - https://gradient.style/ - social: - - https://bsky.app/profile/nerdy.dev + url: https://nerdy.dev/ + social: https://bsky.app/profile/nerdy.dev --- In this supper club episode of Syntax, Wes and Scott talk with Adam Argyle about a ton of new CSS features that have arrived or are coming soon, as well as his new site Gradient.style.