Krzysztof Nazarewski (kdn)

Results 43 issues of Krzysztof Nazarewski (kdn)

On k3os v0.10.0 i'm getting following error: ``` + helm_v3 install --set server.dev.enabled=true vault https://github.com/hashicorp/vault-helm/archive/v0.5.0.tar.gz Error: chart illegally contains content outside the base directory: "pax_global_header" ``` Most likely fixed in...

this PR is retrofitted from https://github.com/nazarewk-iac/terraform-provider-custom / https://registry.terraform.io/providers/nazarewk-iac/custom/latest The documentation is available at https://registry.terraform.io/providers/nazarewk/external/latest/docs/resources/resource?pollNotifications=true Contrary to the data source the resource does not have `stdin`/`stdout` interface with Terraform. Instead it...

documentation
size/XL

TLDR; `DELETE` event during handling of `BeforeHookCreation` deletion policy can be delayed while `etcd` is running garbage collection: 1. at the same time "finished" hook is present in the cache,...

TLDR: I believe that with `before-hook-creation` under heavy load our ArgoCD (`2.3.3` on EKS) processes a PreSync phase as `Completed` before fully processing resource (`Job`) deletion. This is a followup...

### Description https://github.com/mohankishore/python_dynamodb_lock/blob/1a2725a83534cd544f5faec75681c0ae8c835143/python_dynamodb_lock/python_dynamodb_lock.py#L880-L886 I don't think context manager should suppress exceptions, makes for very annoying debugging experience and error handling.

### TL;DR ``` > echo 'echo $# ${#} ${#@}' | babelfish echo $# $# (count $argv) ``` ### Expected behavior ``` > echo 'echo $# ${#} ${#@}' | babelfish (count...

bug

I have trouble cancelling selection for `handlr open/get`. Maybe somebody here could help me achieve the expected behavior? # Configuration selector is `wofi --dmenu --insensitive --normal-window --prompt='Open With: '` ```fish...

TLDR; Seems to me like https://github.com/bugaevc/wl-clipboard/commit/84f16d447fee126a5f19a46d7c300941081832b6 introduced very simple and in some cases ineffective detection of Wayland socket availability by comparing FD numbers. I have observed it when trying to...

~~looks like the tool can be declared officially dead~~, even though I got it to login with QR code scanner (top-right corner before putting your username & password in) Xiaomi...

## Describe your changes There are 2 primary changes: - (misc) allows passing custom system service name (helps https://github.com/NixOS/nixpkgs/pull/287236 ) - unifies configuration loading and updating into a single `Config.apply(ConfigInput)`:...