-
Thanks for your great work first! I have been authorized to access the dataset released.
There are 20 different expressions of each subject, however, I never saw any expression code in the directory.…
-
Hi,
here's what I get with the latest repo snapshot when I try to factorize to the coefficients of the master integrals when assembling the final amplitude
```
on HighFirst;
#define lsclDe…
-
**Describe the bug**
This is not ambiguous:
```
if (
// /0 := [1,2,3]
/0 !:= [1,2,3]
) {
println("foo");
} else {
println("bar");
}
```
But, this is ambiguous:
```
…
-
- `a && b && c`
- `a > 0 && b < 0`
- `(a > 0 && b < 0) || c > 0`
-
In `.editorconfig` it's set to `csharp_style_expression_bodied_methods = false:suggestion`
However, in `build/.editorconfig` this is set to `csharp_style_expression_bodied_methods = true`
Which …
-
I tried this code:
```rust
fn main() {
let a = Some((0u32, 1u32));
dbg!(a);
}
```
When debugging in gdb, I expect to be able to write an expression to access a value inside a tuple, inside…
-
There are some issues related to automatic expressions.
First, automatic expressions get defined for a vareity of reasons and in a variety of ways. There are literally tons of automatic expressions…
-
I have seen that it is listed as unmaintained, but perhaps it is useful to track what specifically fails.
```
ocamlc -w +a-3-4-6-27-29-32-35-37-41-44-45-48-60-70 -I src/utils/extlib -I src/util…
-
Not sure if I've missed it somewhere on the webpage.
Is it possible to do any search expressions?
Things I'd like to do in general with search:
- Combine expressions with `&&` (and) and `||` (o…
-
### Describe the bug
If you use contains/endwith/startswith filter with multiple values, and then attempt to edit the custom expression, the filter block in the query builder breaks. It works fine wh…