xanonid
xanonid
The traditional/normal way to switch of colours is to set the environment variable NO_COLOR=1 (cf. https://no-color.org/) - would be nice if this library would support this industry standard.
Please document more in deep how error handling should be done with .schedule(). From the current documentation it is not fully clear, that the promise rejection needs to be handled...
uptimerobot.com supports adding basic auth (http_username & http_password) to monitors. It would be nice, if IngressMonitorController could set those settings via related Ingress annotations/secrets.
It would be nice, if Cloud SQL Proxy supports the `--impersonate-service-account` flag similar to the corresponding flag in `gcloud`. This would help to use impersonation out-of-the-box instead of long-running and...
kube2iam writes to log file in some cases, which is neither documented nor rotated. stdout/stderr should be the only log output. Writing to a log file conflicts with read-only filesystems...
keepass-diff does not seem to support recent KDFs, like Argon2id for KDBX 4 files. Please update to latest version of keepass-rs that support more KDFs. See e.g. https://github.com/sseemayer/keepass-rs/pull/162
vault-keyring-client.py should return the password without a newline at the end to keep compatibility with the case when passwords are entered with `--ask-vault-password` Relevant code: https://github.com/ansible-community/contrib-scripts/blob/85f7604068ab9e11d840780de5bec458eebd247b/vault/vault-keyring-client.py#L135 Unfortunately, changing this breaks...
https://docs.fluentbit.io/manual/installation/docker : > Optionally, we provide debug images which contains Busybox that can be used to troubleshoot or testing purposes. or https://github.com/fluent/fluent-bit-docker-image/issues/19#issuecomment-461096716 The debug image for fluent-bit v1.0.4 does not...
It would be nice if the log builder is made accessible to crate users. This would allow to create the Logger object without initializing it as global logger and further...