Sergey Ryabin
Sergey Ryabin
**Describe the bug/feature** The map definition in `kapitan.vars` leads to error with an incomprehensible description **To Reproduce** Steps to reproduce the behavior: 1. git clone --depth 1 -b pr-for-demonstrate-map-error https://github.com/metacoma/kapitan.git...
Fixes #506 ## Proposed Changes Include permissions in the input section to explicitly define access rights for files in compiled directories Example: ```yaml kapitan: compile: - input_paths: - templates/scripts output_path:...
The `--dry-run` argument for `twitch-dl` provides users with a simulation mode, allowing them to preview the download process without actually downloading any files. When this option is invoked using either...
Hi, any help with this? Thanks ;-) ``` lua: /usr/local/share/lua/5.1/jsonschema/init.lua:188: [string "jsonschema:anonymous"]:3686: main function has more than 200 local variables stack traceback: [C]: in function 'error' /usr/local/share/lua/5.1/jsonschema/init.lua:188: in function (tail...
According to the [documentation](https://docs.redpanda.com/current/reference/k-crd/#k8s-api-github-com-redpanda-data-redpanda-operator-src-go-k8s-api-redpanda-v1alpha1-livenessprobe) and [code](https://github.com/redpanda-data/redpanda-operator/blob/3ec4cf0eefb36694da06d1a70a23ee60c0495424/src/go/k8s/api/redpanda/v1alpha2/redpanda_clusterspec_types.go#L671), the current CRD supports three parameters for configuring the livenessProbe: FailureThreshold, InitialDelaySeconds, and PeriodSeconds. It would be great if the Redpanda operator also provided...
```json { "_index": "tmux-raw-pane-io-context-2023-07-09", "_id": "P0MJO4kBkyGz0KZS_drN", "_version": 1, "_score": null, "_source": { "host": "amanda", "message": { "input": "minikube k\b\u001b[Kip\r", "metadata": { "shell": { "pid": "" }, "tmux": { "pane_id": "...
```json { "prompt": "user@hostname" "input": "pwd" "output": [ "/home/user" ] } ```
Rewrite color-stripping mechanism from Python Kafka consumer implementation to vector.dev transforms
Currently, the program uses two Kafka consumers/producers deployed as Kubernetes pods to strip ANSI and ASCII colors from the tmux-pipe-pane output. ``` $ kubectl -n mindwm get pods NAME READY...
To ensure that the Mindwm project is stable and reliable, we need to implement a basic continuous integration (CI) process. The following tasks should be included in the CI: *...
As part of our effort to improve the parsing of console output, we want to import existing TextFSM rules as io-context in mindwm. These rules are currently available in the...