-
Notifications
You must be signed in to change notification settings - Fork 52
New issue
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
Add edit flow for Helix #5394
base: main
Are you sure you want to change the base?
Add edit flow for Helix #5394
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
QA Wolf here! As you write new code it's important that your test coverage is keeping up. |
@franknoirot @jtran @nadr0 Alright adding you guys for review a little early here cause there are a few not-so-pretty things in this code but I'd like your input before spending too much time on it alone! But outside of these small-ish things this was super easy to implement to way to go on laying out the groundwork for people to run on it 👟 |
return baseCommand | ||
} | ||
|
||
// TODO: find a way to loop over the arguments while keeping it safe |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Input welcome here. Lots of arguments here. 4 kcl, 2 options
operation.labeledArgs.axis.sourceRange[0], | ||
operation.labeledArgs.axis.sourceRange[1] | ||
) | ||
.replaceAll("'", '') // TODO: fix this crap |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And heeeere
Fixes #5392