-
I think we need to re-implement this library in TS in order to make some parts of code reusable between [frontend](https://github.com/beda-software/sdc-ide) and backend.
For example, this issue is …
-
### What would you like to be added?
The cost and (presumably) the size of CEL expressions in the API must have limits.
### Why is this needed?
Avoid intentional or accidental DOS of the kube-sch…
pohly updated
2 weeks ago
-
**Describe the bug**
The play button is not working in the lesson: Evaluating Expressions
**To Reproduce**
Steps to reproduce the behavior:
1. Login as Admin
2. Scroll down to All Topics
3. Cl…
-
**Describe the Issue**
The initialization of `FHIRPathEngine` and methods of evaluating FhirPath expressions in `FhirPathUtil.kt` currently do not run as suspend functions and their use, especially …
-
Given:
my $s = 'baz'
sub foo { $^a }
compare these expressions:
Q:c'{$s}'
Q:f'&foo($s)'
I believe both should evaluate to `baz`, but the second one fails with `Type Str d…
-
For instance,
```rust
script;
fn main() -> bool {
let result: u64 = 0 + 1 + 2 + 3 + 4 + 5;
log(result);
true
}
```
currently produces the following IR:
```
script {
…
-
The PR for Issue #186 (and arguably issue #166 as well) highlighted the need for more complex JINJA support.
At this current time, "complex" JINJA statements are evaluated through regular expressions…
-
**Describe the bug**
In the README, under "Common Questions", it is written that:
_Checking is an optional, but strongly suggested, step in CEL expression validation. It is sufficient in some ca…
-
### Description
Enhance the variable parsing logic to allow for conditional expressions
Assume:
- strVariable= "String Variable"
- numVariable=10 .
- objVariable = {"key":"value"}
- boolVar…
-
Problem:
I want to add a postfix % operator that takes in the last valid expression and transform it, however (and I'm still learning this library) it seems without a lot of parsing it's kind of cha…