We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following this tutorial https://conductor-core.readthedocs.io/en/latest/custom-steps/
and got
System.ArgumentException: Step type Lambda not found
"StepType: Lambda" should be "StepType: add" I guess
The text was updated successfully, but these errors were encountered:
yes, sorry about that
Sorry, something went wrong.
No problem :) Great product!
Do you plan any caching mechanism? Like in https://www.sidefx.com/products/pdg/ or https://texels.com/kurtis/
Could you elaborate a bit about the caching?
Like a pure function. If return value is the same for the same arguments and no side effects we could cache the result.
For Kurtis: http://doc.texels.com/2.0/userguide/caching.htm
No branches or pull requests
Following this tutorial https://conductor-core.readthedocs.io/en/latest/custom-steps/
and got
System.ArgumentException: Step type Lambda not found
"StepType: Lambda" should be "StepType: add" I guess
The text was updated successfully, but these errors were encountered: