Skip to content

Conversation

NathanFlurry
Copy link
Member

No description provided.

Copy link

vercel bot commented Oct 3, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
rivet-cloud Ready Ready Preview Comment Oct 3, 2025 11:29pm
rivet-inspector Ready Ready Preview Comment Oct 3, 2025 11:29pm
rivet-site Ready Ready Preview Comment Oct 3, 2025 11:29pm

@NathanFlurry NathanFlurry mentioned this pull request Oct 3, 2025
Copy link
Member Author


How to use the Graphite Merge Queue

Add the label merge-queue to this PR to add it to the merge queue.

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has enabled the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

Copy link

claude bot commented Oct 3, 2025

Claude encountered an error —— View job


I'll analyze this and get back to you.

Copy link

pkg-pr-new bot commented Oct 3, 2025

Open in StackBlitz

npm i https://pkg.pr.new/rivet-dev/engine/@rivetkit/engine-runner@3068
npm i https://pkg.pr.new/rivet-dev/engine/@rivetkit/engine-runner-protocol@3068

commit: de7d4e3

Comment on lines +36 to 39
</div>
| **Blank template** to start fresh | **Complete example** with chat app |
| - Rivet Engine | - Pre-configured Rivet Engine |
| - PostgreSQL database | - Example chat application with Actors |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The table structure has a formatting inconsistency. The top portion uses a div-based HTML table, but lines 37-39 continue with markdown table syntax without proper connection to the HTML structure above. This creates a broken layout when rendered.

Consider either:

  1. Converting the remaining markdown table rows to match the div-based format
  2. Restructuring the entire table to use consistent markdown syntax

This will ensure proper rendering and maintain visual consistency throughout the documentation.

Suggested change
</div>
| **Blank template** to start fresh | **Complete example** with chat app |
| - Rivet Engine | - Pre-configured Rivet Engine |
| - PostgreSQL database | - Example chat application with Actors |
</div>
<table>
<thead>
<tr>
<th><strong>Blank template</strong> to start fresh</th>
<th><strong>Complete example</strong> with chat app</th>
</tr>
</thead>
<tbody>
<tr>
<td>- Rivet Engine</td>
<td>- Pre-configured Rivet Engine</td>
</tr>
<tr>
<td>- PostgreSQL database</td>
<td>- Example chat application with Actors</td>
</tr>
</tbody>
</table>

Spotted by Diamond

Fix in Graphite


Is this helpful? React 👍 or 👎 to let us know.

This comment came from an experimental review—please leave feedback if it was helpful/unhelpful. Learn more about experimental comments here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant