Chris Smith

Results 7 comments of Chris Smith

Does `anyOf` do short-circuiting? If not, could we propose a `firstOf` that evaluates the conditional expressions in order until one evaluates true?

I am trying to think if there is some combination of nested `anyOf`, `allOf`, and literal booleans that 1. Evaluates one condition per clause 1. Does not continue to evaluate...

After more thought, the only way I can imagine to make `anyOf` work is to repeat the previous conditions in later conditionals, so I'm not considering that anymore. My proposal...

@chapmanjw > The downside there being that it behaves materially differently from anyOf, allOf, and oneOf in how the nested schemas are evaluated. Now I'm worried that I misunderstood the...

This is still subverting some core assumptions about JSON schema: 1. The construct `elseIfCondition` looks like a schema but it isn't (there isn't anything else in JSON schema like it)...

This ``` if A then W else if B then X else if C then Y else Z ``` is equivalent to this ``` if A then W if !A...

With other applications I have been able to fix this with `sudo chown -R $USER /Applications/yubiswitch.app`, but that doesn't seem to work in this case. I still get the "trying...