-
In the old web interface (monitoring plugin) you were able to set the filter logic with OR and AND. Now there are ANY and ALL.
All my colleges are confused what these kinds of expressions mean.
I …
-
### LeetCode Username
Adpavelka
### Problem Number, Title, and Link
1106. Parsing a Boolean Expression https://leetcode.com/problems/parsing-a-boolean-expression
### Bug Category
Missing test cas…
-
### LeetCode Username
https://leetcode.com/u/PROGrAMmER02
### Problem Number, Title, and Link
1106 Parsing A Boolean Expression https://leetcode.com/problems/parsing-a-boolean-expression/
### Bug…
-
### LeetCode Username
academicShubh
### Problem Number, Title, and Link
https://leetcode.com/problems/parsing-a-boolean-expression/description/?envType=daily-question&envId=2024-10-20
### Bug Cate…
-
### LeetCode Username
alchenerd
### Problem Number, Title, and Link
1106. Parsing A Boolean Expression https://leetcode.com/problems/parsing-a-boolean-expression/
### Bug Category
Missing test ca…
-
```kotlin
assertThat(name == "Justin").isTrue()
```
This type of assertion is common among new fluent assertion users and should be easy to detect and carry a high pedagogical value.
-
### Reviewed guidelines
- [X] I have read and understand the suggestion guidelines
### Checked for duplicate suggestions
- [X] I checked for existing similar suggestions
### Summary
Allow us to s…
-
As pointed out by @Slyces in https://github.com/astral-sh/ruff/pull/13571#discussion_r1788003539
Copying my comments from there:
I think the logic here is that when we have an actual `bool` type…
-
Is it possible to use decimal type in a boolean expression such as:: "myDecVar >= 10.0" ?
If MyDecVar is something like 3.1, flee throws an error, saying:
"Error: CompareElement: Operation 'Gr…
-
### What is the current *bug* behavior?
Using `!=` in jsonpath boolean expression leads to syntax error.
### Steps to reproduce
Run hurl with the following file:
```
POST https://httpbi…