Open 0HyperCube opened 4 days ago
hi @Keavon , I'm interested to picking it up , could you please assign it to me .
@rajiknows thanks for your interest! We do issue assignments near the end of the PR lifecycle now, so we'll assign it once you have a working PR that's looking like it has progress towards being merged. Good luck and thanks!
The new maths parser introduced in #2033 is currently only utilised to immediately evaluate expressions in number inputs.
To expand its utility, a new node should be introduced to run an expression during the runtime of the graph. In future, this node could take inputs from the graph. However this is blocked on implementing nodes with variadic inputs.