Fix host names missing when explicitly set in frontmatter#2169
Fix host names missing when explicitly set in frontmatter#21692u841r wants to merge 1 commit intosyntaxfm:mainfrom
Conversation
|
@2u841r is attempting to deploy a commit to the Syntax Team on Vercel. A member of the Team first needs to authorize it. |
|
maybe this need more work. |
No, I am fan visitor of this site for 12+ months. watched 200+ episodes on YT. commented many comment. (team syntax can check, my YT username/handle is same as github.) I haven’t used Openclaw yet. Issues title + desc. + PR created with Claude Code, but i find src file / component file for edit by VS Code fork (without ai), then mentioned @filename in claude code. not "find where is problem and fix". but I can still fix these without any Ai. these problems are noticed by my very human eye + browsing experience. I don’t know why you said "very unrelated issues". I learned Svelte (+kit) on Mid-2024. still my favourite framework. and this site is svelte. I should have live stream or at least record with OBS my 3-4 hours journey for you + others. I have noticed more issues. |

Fixes #2170
When
hosts:is explicitly set in a show's frontmatter,HostsAndGuests.svelterendershost.namefrom the DB. If that User record hasname: null, the name silently renders as empty.Fix: fall back to
usernamewhennameis null.Affects 20 shows — all featuring
w3cjwho joined after the hardcoded fallback was written.