Replies: 3 comments 4 replies
-
Yes, please. 10000% yes. |
Beta Was this translation helpful? Give feedback.
0 replies
-
See #651 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Well, you're not the first person to ask for it. So sure, seems like some people would like it. This new feature would need to be two things:
|
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, settings validation queries follow a pattern of:
It is possible to have features that are incompatible and should not be run at the same time. The formulation above does not permit a run to refuse execution if the answer to the question is "no" (presumably answering "yes" would disable one of the offending options or otherwise make the run acceptable). What do we think about adding the ability to quit a run during settings validation without doing something like
lambda: raise Error
in the conditional?@albeanth @john-science
Beta Was this translation helpful? Give feedback.
All reactions