Pick a board or create a new one. No login needed. Boards expire after 1 hour of inactivity.
Focused single-feature reproducers. Each tile is tagged with its minimum svelte-realtime version requirement.
live.idempotent.live.room bundles messages and presence; live.idempotent on send; FORBIDDEN banner on the members-only room.rpc.createOptimistic + force-fail toggle. Spam x5 with force-fail on; placeholders roll back independently.FORBIDDEN at the wire gate.platform.pressure readout + sparkline + load generator + shed log.live.push request/reply across users, cluster registry wiring, and a 6-field live.cron tick draining the schedule queue.live.aggregate({ windows }) with sliding, tumbling, and lifetime slices in parallel. Speed slider + bias controls drive the visual diff between window types.live.cron firehose feeds live.aggregate({ windows }); live.derived tracks stats; HMAC-signed Publish form round-trips through live.webhook.createTaskRunner with Redis fence, retry policy, idempotency cache, and force-takeover. live.cron tick polls the table and fans out the row list + status counts.createLeader + live.configureCron({ leader }) gate a 1Hz live.cron so it fires once cluster-wide instead of once per worker.live.upload. SHA-256 chunk hashes go through redis/idempotency so re-uploads skip storage; live.notify({ userId }) fires a fire-and-forget push to the same user's other tabs when a file lands.live.push to every other tab in parallel, Promise.allSettled collects every reply by the deadline. Each accepted bid ctx.publishes 'updated' on the active stream so the waterfall fills in real time.version: 2 with migrate: { 1: v1ToV2 }. Two panels: a normal subscribe and one via subscribeAt(stream, { schemaVersion: 1 }) from svelte-realtime/test-client - the wire envelope claims v1, the server runs migrate[1] end-to-end, the migrated badge flips back to loader on each live publish.live.lock({ key, maxWaitMs }, ...) serializes per-item buys FIFO so stock never goes negative; bursts past the bound surface as LOCK_TIMEOUT. Coupon claim rides live.idempotent keyed on userId for one-per-user enforcement.{ data, hasMore, cursor }; client store exposes loadMore(). Live 'created' publishes merge into the visible list regardless of which pages have been loaded.orders stream's publishes trigger a live.effect(['orders'], handler) that fans out to an audit feed and a notifications feed. Three streams in one page; the effect handler is fire-and-forget.delta.fromSeq(sinceSeq) bridges to the durable store for older gaps. Each event is tagged with the tier that delivered it.