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
We should perhaps have a way of creating a new predicate from an existing one:
const loaderPredicate = await waitForDeploy(); const newLoaderPredicate = loaderPredicate.toNewInstance({ configurableConstants, data });
Because we currently don't have a nice way of duplicating a predicate but with new configurable constants and data.
Originally posted by @nedsalk in #3389 (comment)
The text was updated successfully, but these errors were encountered:
@petertonysmith94 may I take this one? I am interested in smth more domain-related
Sorry, something went wrong.
@YaTut1901 yes you may take this one. It'll be a good one to get a better understanding of the domain, pop a message if you need anything :)
Successfully merging a pull request may close this issue.
We should perhaps have a way of creating a new predicate from an existing one:
Because we currently don't have a nice way of duplicating a predicate but with new configurable constants and data.
Originally posted by @nedsalk in #3389 (comment)
The text was updated successfully, but these errors were encountered: