You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
rename Run() parameters to be a bit easier to follow (instead of "ref", "json_q", something descriptive)
reduce redundancy of AddStep and InsertStep -- AddStep should be a more specific use of InsertStep and largely use the same code but just have a position (at the end of the sequence) hard-coded
The text was updated successfully, but these errors were encountered:
GitMate.io thinks possibly related issues are #227 (PLANNING ISSUE), #48 (A Semantic Issue), #25 (Issues With ImageManipulation.js), #118 (Assorted improvements to be broken into separate issues), and #165 (Various module ideas to be broken out into separate issues).
jywarren
changed the title
Set of smaller maintenance issues
Set of smaller maintenance issues for Run() and AddStep/InsertStep
Jun 3, 2018
jywarren
changed the title
Set of smaller maintenance issues for Run() and AddStep/InsertStep
Set of smaller issues for Run() and AddStep/InsertStep
Jun 3, 2018
Run()
parameters to be a bit easier to follow (instead of "ref", "json_q", something descriptive)AddStep
andInsertStep
--AddStep
should be a more specific use ofInsertStep
and largely use the same code but just have a position (at the end of the sequence) hard-codedThe text was updated successfully, but these errors were encountered: