Elliot Chance
Elliot Chance
The following code causes a bug where the `minimum` is not enforced if the value is `0`. https://github.com/hasbridge/php-json-schema/blob/62b2bb92fe05aca3f81e257cf721fe92dec5a167/src/Json/Validator.php#L422 It has been fixed in a later commit but the latest version...
`if (foo = 123) and (bar != “baz”), ...` Conditions must be in parenthesis. This means we don’t have to worry about operator precedence and it’s more explicit so it’s...
`bento run room.bento -- walk into the room`
```bento Say hello to persons-name (persons-name is text): display "Good afternoon, {persons-name}!" ```
They should not be mixed in with other sentences
If the grammar of a declare is incorrect it will be treated like a normal sentence, which it shouldn't. Likewise, no sentence is allowed to be defined with the first...