Michael Gasch
Michael Gasch
In a discussion with a colleague, were I was showcasing `quamina`, he asked whether the `quamina` authors considered SQL(-like) expressions instead of JSON patterns, e.g. using [CloudEvents SQL Expression Language](https://github.com/cloudevents/spec/blob/main/cesql/spec.md)....
Currently in `quamina` when using the default matcher, i.e. `quamina.New()` there is no way to retrieve the registered patterns, e.g. for debugging, inspection, pattern handling (review/replace during runtime, etc.). The...
TODO: - [ ] Discuss folder structure - [ ] Documentation, examples and descriptions - [ ] Add `indicator` - [ ] Add `objectives` Closes: #20 Signed-off-by: Michael Gasch
I think defining the schema using https://cuelang.org/ would bring a lot of benefits at this early stage of the project, e.g.: - Simplified configuration/schema generation via flexible data and schema...
**Describe the change you'd like to see** Speaking to many function authors (i.e. Knative Service with Eventing), especially newcomers, most of them are not aware of the underlying data plane...
Based on a Twitter [conversation](https://twitter.com/mattomata/status/1498527641762091016?s=20&t=BofE5KKl1XeD5cMRSToPuQ), it was raised whether `KO_DOCKER_REPO` should also be a configuration option in `.ko.yaml` (mainly for consistency purposes). IMHO since this is not a build but...
Since `.ko.yaml` is likely going to be used for more CI automation and releasing artifacts, it would be great to have access to common build variables, e.g. `date/time` (RFC3339), `commit`...