Yauhen
Yauhen
```bash # ls -lha /hab/svc/builder-minio/ total 44K drwxr-xr-x 9 root root 4.0K Jan 23 17:27 . drwxr-xr-x 3 root root 4.0K Jan 22 14:52 .. -rw-r--r-- 1 root root 4...
Sometimes using nested keys via dots is useful: ```yaml # YAML spring: cloud: kafka: broker: broker-1 ``` According to this: https://github.com/toml-lang/toml#keys it can be written as: ```toml # TOML sping.cloud.kafka.broker...
This issue is for discuss Chef Habitats' election best behavior . I see that stop/start service doesn't trigger election. Now elections only triggered when leader supervisor goes down. Probably, we...
Like for `sys.ip` it will be nice to have possibility to advertise servers' hostname. Usually I have "internal name" for server, like `internal-server-01.local.domain`. However, I can assign additional DNS(-es) to...
I'm trying to test my apaches' behavior. It has few virtualhosts: localhost (for mod-status), site1 (http, https), site2 (http, https). If had defined to servers: ``` ruby # Ugly way...
I'm not sure is it fixable. Chef creates some files like clients and nodes under the root user. So when I issue kitchen destroy it writes "deleting sandbox.." but actually...
``` Running PyYAML-5.3.1/setup.py -q bdist_egg --dist-dir /tmp/easy_install-x7r4bwlc/PyYAML-5.3.1/egg-dist-tmp-ge1v0wk3 In file included from ext/_yaml.h:2, from ext/_yaml.c:596: /hab/pkgs/core/yaml-cpp/0.6.2/20200403124640/include/yaml-cpp/yaml.h:10:10: fatal error: yaml-cpp/parser.h: No such file or directory 10 | #include "yaml-cpp/parser.h" | ^~~~~~~~~~~~~~~~~~~ compilation...
This feature is very similar to scaffolding but allows you to provided multiple plugins instead of single one. Multiple plugins can bring you small pieces of handy functionality. Consider the...
When packaging software we often see some basic patterns which can be extracted and re-used. In context of project it is good to use `.studiorc` or something like `base-plan.sh` with...
Given command: `echo first second` I want to cut two words `first second` by typing CTRL+WW . But then when I try to paste it with CTRL+Y I'm getting only...