Alex Komoroske
Alex Komoroske
Which can be when chartable data changes, when any expanded/pathExpanded value changes, etc. Noticed while working on #22.
Originally captured in #22. Memoize runCharts._{max|min}{X|Y} Memoize creation of simulation.scoreData.
Originally captured in #22. If the user opts in in screenshot, we render the run-charts. It will also need a clipFuture style boolean (like run-statuses) to render backwards.
diff the original config with the currently modified one, and then stuff the diff into a hash encoding, so that someone sharing the URL would get the same exact config....
As of #37, sometimes simOptions aren't actually set until later. But modifications actually run BEFORE, because the defaulting isn't done until the Simulation is created, and by that time the...
Should only remove PNGs in the screenshots directory, not gifs. (And gulp generate:gifs should clear out the gifs)
Lots of finicky little bugs. 6cedcbc7a3f92bf2d3c94e5967fda14b8256e4ff was an example of a fix... that also caused others Each time you change the behavior, verify that screenshotting works as expected. (Shouldn't that...