-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
For large models, there is currently a long-blocking call to conway, which leads to browser detecting a stalled js script.
Maybe if we had a tick every NNN at index.elements.push https://github.com/bldrs-ai/conway/blob/main/src/step/parsing/step_parser.ts#L782
that would allow for a simple update of Parsed NNN elements.
We could also simulate this in Share by having a timer tick, but then we'd miss if conway is actually stuck. So having a real updating report would be useful for user info and also possibly debugging, with "what's the last message you see on the progress reporting"
eg
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request