-
The [Common Expression Language](https://cel.dev/) (CEL) is a small expression language used for validation. CEL is used Kubernetes admission policies, CRD validations, Kyverno policies, and other Kub…
-
In Kubernetes 1.29, [Common Expression Language](https://kubernetes.io/docs/reference/using-api/cel/) validation rules were promoted to GA.
Using CEL, writing complex validation rules without needi…
-
The discussion in dart-lang/sdk#54284 showed that the following declarations are accepted by the analyzer as well as the common front end (808fa4ca8b5fbc3d79ade02f607b8533c9714029):
```dart
class …
-
If json keys are kebab case ("last-name"), it's natural to try something like
```
jq '.last-name'
```
which emits a confusing error message:
```
jq: error: name/0 is not defined at , line 1:
``…
-
### 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 …
-
The implicit, not fully consistent, and unsymetrical inclusive/exclusive behavior of `..` ranges (and slices) seems just asking for bugs.
The syntax ambiguity of `..` is problematic:
* Because an…
bar-g updated
1 month ago
-
Setting value loaded successfully, but the Header and Description didn't show
![image](https://github.com/user-attachments/assets/1cddc335-642e-4b32-a702-9595abd0040a)
I'm using ConfigFactory 0.4.…
-
**Dev container running in VSCode gets this error message:**
_"DeploymentOutputEvaluationFailed: Unable to evaluate template outputs: 'deployments'. Please see error details and deployment operatio…
-
This is for the longer term, until then we have to improvise with some of the Polish entries.
Polish (and surely some other languages that may have their versions of the content too) grammar is mor…
-
### Current Behavior
Policy evaluation today is based on conditions that are evaluated one-by-one, for every component.
Evaluations of conditions do not have a shared context. This means that for …