Generalization#244
Conversation
Deploying topology with
|
| Latest commit: |
12e2c87
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://e95a61f9.topology.pages.dev |
| Branch Preview URL: | https://generalization.topology.pages.dev |
|
@StevenClontz - Edit: on thinking about it, I went ahead and set |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
topology | 12e2c87 | Commit Preview URL Branch Preview URL |
Jul 06 2026, 09:48 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
graphs | 12e2c87 | Commit Preview URL Branch Preview URL |
Jul 06 2026, 09:48 PM |
the VITE_SITE name was just incidental
rollOpenQuestion re-rolled random spaces until it found an undecided (space, property) pair; in a fully-decided dataset (like the nascent graphs one) that never happens, which hung SSR/prerendering. Collect the open questions once and render an empty state when there are none. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- Settle the graph/graphs naming on 'graphs' everywhere; unsupported values now fail the build instead of silently rendering topology - Each category defaults to its own R2 bundle host (data-graphs now publishes to the pi-base-graphs bucket); VITE_BUNDLE_HOST still overrides - Drop site.ts, which nothing imports since categoryConfig took over Requires flipping VITE_CATEGORY from 'graph' to 'graphs' in the pi-base-graphs Worker's build variables. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
| <small> Disclaimer: some questions cannot be answered in ZFC! </small> | ||
| </p> | ||
| {:else} | ||
| <p class="lead">There are no open questions in this database.</p> |
There was a problem hiding this comment.
This is a bit of a edge case 😉 If we want to hold off on this change and just flesh out the graph dataset we can, but I think this makes sense to keep.
| </div> | ||
| <div> | ||
| <Cite {title} /> | ||
| <Cite /> |
There was a problem hiding this comment.
This fixed a compiler error (about title being never), but I'm not entirely sure why it just now popped up.
| @@ -1,20 +1,24 @@ | |||
| <script lang="ts"> | |||
| import { categoryConfig } from '@/constants' | |||
| import markdownit from 'markdown-it' | |||
There was a problem hiding this comment.
<Typeset body={...}> should do something comparable, but we can take that as a TODO to come back on.
The cypress workers/graphs targets still pointed at the old pi-base-<env> hostnames, which no longer resolve on the renamed pi-base.workers.dev subdomain. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
Support for customized builds: