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
0.87.2
Run the custom enclave.
Painful; this is causing significant friction in my workflow.
Frontend: the Graphical User Interface, including the Enclave Manager
The text was updated successfully, but these errors were encountered:
hey @barnabasbusa , this is because the ETH package just has a single argument called args: https://github.com/kurtosis-tech/ethereum-package/blob/main/main.star#L54 If you split these out into separate args, it'll work. Otherwise, you'll have to put these nested under a root-level args: key.
args
args:
Sorry, something went wrong.
Example: https://github.com/kurtosis-tech/hyperlane-package/blob/main/main.star#L6
@barnabasbusa does this answer your question? can we close?
No branches or pull requests
What's your CLI version?
0.87.2
Description & steps to reproduce
Create a new enclave in the webui, and add some yaml to configure it. Select yaml on top bar.Desired behavior
Run the custom enclave.
What is the severity of this bug?
Painful; this is causing significant friction in my workflow.
What area of the product does this pertain to?
Frontend: the Graphical User Interface, including the Enclave Manager
The text was updated successfully, but these errors were encountered: