-
**Is your feature request related to a problem? Please describe.**
OpenSearch users are often familiar with [Painless script](https://opensearch.org/docs/latest/api-reference/script-apis/exec-scrip…
-
Add support for functions running at compile time. i.e.:
```metal
@macro(comptime)
def print_hello(): str {
print("Hello from the compiler!");
return "A";
}
def main() {
// is …
-
As a developer, I want to use switch expressions inside of DB language (update) clauses. The current method of doing this involves many layers of nested ternary operators, which is difficult …
-
__Describe the Bug__
The DMN Editor doesn't show the set expression language for some dmn cells. If the expression language is changed from the default FEEL to any other expression language a blue …
-
Running the jakarta-api branch with TCK 5.0, we have 8 failing tests:
- [x] com/sun/ts/tests/el/api/jakarta_el/beanelresolver/ELClient.java#beanELResolverDefaultMethodReadOnlyTest_from_standalo…
-
```r
> r"(foo(arg = "\\dots", ...))"
[1] "foo(arg = \"\\\\dots\", ...)"
> treesitter::text_parse('r"(foo(arg = "\\dots", ...))"', treesitter.r::language())
── Text ────────────────────────…
-
**Describe the bug**
When I try to use a hole with expression-like syntax (`:[foo:e]`) in C code, I see the `;` semicolon character included in the expression. `;` isn't a valid expression token in C…
-
Given a dataset of text samples (e.g., social media posts, product reviews, or dialogues), build an NLP model that identifies and labels the dominant emotion conveyed in each text. The system will be …
-
@wetneb do you have any idea what might be wrong or going on?
-
### Feature request
Add a CelRun [Custom Task](https://github.com/tektoncd/community/blob/master/teps/0002-custom-tasks.md) to provide CEL support in Pipelines. This allows us to experiment with …