-
I have found vanishing constraint instances that show a different behavior depending on providing the expansion flag `-e` or not.
Following instances behave the same regardless of the trace:
**…
-
WGSL defines the [@const](https://www.w3.org/TR/WGSL/#const-attr) attribute on functions:
https://www.w3.org/TR/WGSL/#const-functions
> A function declared with a [const](https://www.w3.org/TR/WG…
-
This is an internal requirement for features including:
- #201: User-defined functions (e.g. `def f(x) = x * n` where `f(5)` will multiply by whatever `n` currently is)
- #560: `WHILE` loops
- #6…
-
The configuration for an element for an evaluation might look like:
```json
"backend": {
"backend_type": "rest",
"data_format": "json",
"address"…
-
# Environment
```none
Windows build number: 10.0.20180.1000
Windows Terminal version (if applicable): 1.5.3142.0
Any other software? experienced in weechat running in screen on remote …
-
### Is your feature request related to a problem or challenge?
https://github.com/apache/datafusion/pull/12857 added the `expressions` method to the `WindowUDFImpl` trait.
The default impl curren…
-
**Describe the bug**
No Audio languages are displayed in the chapter Evaluating Expressions
**To Reproduce**
Steps to reproduce the behavior:
1. Login as Admin
2. Scroll down to All Topics
3. …
-
Compound conditional expressions do not evaluate correctly for example:
```
parameters.thing == "Yes" && (#judgement("Is Mine?").equals("No") || parameters.stolen == "Yes")
```
This produces …
-
For PLR with configured CEL expression that shouldn't run for given PR, PAC is requesting approval from maintainers.
Steps to reproduce:
1. Have a user without permissions to run PLRs (PR must be …
-
Evaluate calc expressions for smaller output:
`.foo { width: calc((100px + (20px - 0)) + 10px) }` to `.foo { width: 130px }`
`.foo { width: calc((100% + (20px - 0)) + 10px) }` to `.foo { width: …