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
Right now all data must come from a source. This is very orthogonal but also clunky when, eg, the input is simply a string from an enum to specify the type of diff. In such cases we could dispense with the source step and, instead, let the user provide the content directly in the transform, either as a text input or as a select.
This would mean changes to the transform templates, and also to runCallback.
The text was updated successfully, but these errors were encountered:
Right now all data must come from a source. This is very orthogonal but also clunky when, eg, the input is simply a string from an enum to specify the type of diff. In such cases we could dispense with the source step and, instead, let the user provide the content directly in the transform, either as a text input or as a select.
This would mean changes to the transform templates, and also to
runCallback
.The text was updated successfully, but these errors were encountered: