We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Contributes to #10 #11.
Steps:
At some point, optimization will be needed in order to only trigger changes to the UI when there was actually a change in a historic value.
The text was updated successfully, but these errors were encountered:
[dump] Inefficient query for jumping to the first occurrence of a NewBalloonMorph in the world after recording the (see #18):
NewBalloonMorph
self doStep: [self cursor timeIndex: ((1 to: self cursor maxTimeIndex) findBinaryFirstIndex: [:time | ((self cursor rootTrace object: World atTime: time) findA: NewBalloonMorph) notNil] ifNone: [self error: 'not found'])]
Sorry, something went wrong.
No branches or pull requests
Contributes to #10 #11.
Steps:
At some point, optimization will be needed in order to only trigger changes to the UI when there was actually a change in a historic value.
The text was updated successfully, but these errors were encountered: