issues Search Results · language:Edge language:Python language:JavaScript language:TypeScript language:Java language:Java
Filter by
71M results
Summary
The outer .catch on the intent-processing chain reports err.message straight to the socket. This catch covers failures
of the runner/persistence layer itself (applyIntent - withAccountTx - loadAndCatchUp/saveSnapshot), ...
Summary
tickDrones weather-loss path samples weather using the module-level mutable global droneWeatherWallOffsetMs
(drones.ts:343), set only via setDroneWeatherWallOffsetMs (drones.ts:345) and read at ...
Summary
The read-only push path (ws.ts pushStateReadOnly, ~1 Hz with now=Date.now()) calls runtime.catchUp which runs
advanceWorldSystems(world, states, snapshot.savedAt, now, 0) WITHOUT committing. The ...
Summary
LOCAL failures go through fromOutcome()/err(), which set BOTH error and reason (mutation-gateway.ts:237-238, 252). The
REMOTE send() (line 620) returns {ok:false, error: ack.error} and NEVER sets ...
Summary
launchSatellite() deducts the launch payload (orbital_insertion_package, antimatter_propellant, variant payload) at
line 282-284, then rolls the success RNG. On a failed roll it ALSO mutates world/state ...
Summary
LOCAL deleteRoute() removes a route from world.routes IMMEDIATELY when route.inFlight.length === 0
(mutation-gateway.ts:536-548), only falling back to draining=true with cargo in flight. The REMOTE ...
Feature Request Checklist
- [x] I have searched for existing issues to see if this has already been requested
Your Story
Shattering Spear
triage
Summary
The server handler validates selectedTier as an integer 1..6 and rejects the ENTIRE intent when out of range, a float,
or 0. The pure dispatchDrone (LOCAL) never rejects on selectedTier: selectedTier ...
Summary
The client UI gates construction on positionIsFree(options.world, posX, posY, majorRadius) before sending
(construction-ui.ts:535,601). The server handler validates founder existence, biome, radii ...
Summary
construct-island is typed GatewayReturn ConstructResult ; LOCAL returns ok(result) with {newSpec,newState}
(mutation-gateway.ts:381). But the REMOTE server handler returns bare {ok:true} (intents.ts:718), ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.