Added Eric Simons to webinar hosts#42559
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
6 Skipped Deployments
|
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
WalkthroughAdds Eric Simons as a co-speaker on an event page, inserts a new author record for him in the site authors registry, and updates the public RSS feed with a new blog item and refreshed lastBuildDate. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Fix all issues with AI agents
In `@apps/www/public/rss.xml`:
- Around line 7-16: The RSS commit includes unrelated changes: a new <item>
entry ("BKND joins Supabase") and an updated lastBuildDate that are outside this
PR's stated scope; revert or move those RSS changes into a separate commit/PR so
this branch only contains the webinar-host change, and also fix the XML
indentation so the new <item> element aligns with existing <item> tags at column
0 (ensure the <item> opening/closing tags and their child elements match the
file's existing indentation and update lastBuildDate only in the separate RSS
commit); reference the lastBuildDate element and the new <item> block when
making the split and indentation correction.
| <lastBuildDate>Tue, 03 Feb 2026 00:00:00 -0700</lastBuildDate> | ||
| <atom:link href="https://supabase.com/rss.xml" rel="self" type="application/rss+xml"/> | ||
| <item> | ||
| <guid>https://supabase.com/blog/bknd-joins-supabase</guid> | ||
| <title>BKND joins Supabase</title> | ||
| <link>https://supabase.com/blog/bknd-joins-supabase</link> | ||
| <description>Dennis Senn, creator of BKND, is joining Supabase to build a Lite offering for agentic workloads.</description> | ||
| <pubDate>Tue, 03 Feb 2026 00:00:00 -0700</pubDate> | ||
| </item> | ||
| <item> |
There was a problem hiding this comment.
Unrelated changes: new RSS item and updated lastBuildDate are outside the scope of this PR.
The PR description states this is about adding Eric Simons as a webinar host, but these RSS feed changes (new "BKND joins Supabase" item and lastBuildDate bump) are unrelated. Consider splitting this into a separate PR/commit for cleaner history and easier reverts.
Additionally, the indentation of the new <item> block is inconsistent with the rest of the file — the opening <item> tag on line 9 is indented at the <channel> level, while all subsequent <item> tags (e.g., line 16) sit at column 0.
🤖 Prompt for AI Agents
In `@apps/www/public/rss.xml` around lines 7 - 16, The RSS commit includes
unrelated changes: a new <item> entry ("BKND joins Supabase") and an updated
lastBuildDate that are outside this PR's stated scope; revert or move those RSS
changes into a separate commit/PR so this branch only contains the webinar-host
change, and also fix the XML indentation so the new <item> element aligns with
existing <item> tags at column 0 (ensure the <item> opening/closing tags and
their child elements match the file's existing indentation and update
lastBuildDate only in the separate RSS commit); reference the lastBuildDate
element and the new <item> block when making the split and indentation
correction.
🎭 Playwright Test ResultsDetails
Flaky testsFeatures › queue-table-operations.spec.ts › Queue Table Operations › row inserts are queued and can be saved Skipped testsFeatures › sql-editor.spec.ts › SQL Editor › snippet favourite works as expected |
Braintrust eval reportEvals in progress... ⌛ |
I have read the CONTRIBUTING.md file.
YES
What kind of change does this PR introduce?
Added Eric Simons as a new author.
Added Eric as a guest host to the upcoming Supabase + Bolt webinar
Summary by CodeRabbit
New Features
Content Updates
Documentation