-
Hello,
I want to make sanity checks for the FoldChange of differential expression analysis. At the moment I'm using the output from AggregateExpression to estimate the expression level, but for abo…
-
For *unary arithmetic expressions*, say `-column`, the constructed AST is modified to create a *binary expression* where `column` is multiplied by `-1`. So, `-column` is transformed to `-1 * column`. …
-
**Describe the bug**
Templ generates wrong code for an expression which has a component in front of it.
**To Reproduce**
```
templ Test() {
test
}
templ TestThingy(value string) {
@Te…
-
I'm just getting starting with Vector and I'm struggling with just laying out complex if statements over multiple lines.
This is I guess part doc request, I haven't found anything in the docs that …
-
Simple expressions do not seem to be parsed. Example:
```CSS
div {
height: (vh - 10);
}
```
This ends up being treated as:
```CSS
div {}
```
raxbg updated
1 month ago
-
### Describe the issue
The internal macros `GTEST_FATAL_FAILURE_` and `GTEST_SKIP_` return the void expression `GTEST_MESSAGE_`.
I would expect them to call `GTEST_MESSAGE_` and then return.
### …
-
According to [OData ABNF](https://[docs.oasis-open.org/odata/odata/v4.02/csd01/abnf/odata-abnf-construction-rules.txt](https://docs.oasis-open.org/odata/odata/v4.02/csd01/abnf/odata-abnf-construct…
-
1. Find SI and CI. SI=P*R*T/100, CI=P*(1+r/100)**T - P
2. Find the area of a triangle, s=(a+b+c)/2, area =( s*(s-a)*(s-b)*(s-c))**.5
3. Solve the Quadratic Equation Ax2 + Bx + C=0
4. Find the Area …
-
Hi
How does sigma expect regex to be applied to fields? Does the regex need to apply to the whole field? I couldn't find a definition in the spec.
Take for example `rules/windows/process_creati…
-
### Describe the Bug with repro steps
When I define short expression in logic app (i.a. `body('Parse_json')?['prop']`) and then leave expression editor, I'm not able to open epxression editor again …