Adam
Adam
`exists_make_target` fails in an extremely narrow edge case: ``` user@host:~/tmp/bug$ find . ./subdir ./Makefile user@host:~/tmp/bug$ cat Makefile clean: true -$(MAKE) -C subdir clean user@host:~/tmp/bug$ make clean && echo $? true...
Add ability to specify a `source_image` in a `disk_attachment`. Relevant excerpt from [GCP godocs](https://pkg.go.dev/google.golang.org/api/compute/v1#AttachedDiskInitializeParams): ``` // SourceImage: The source image to create this disk. When creating a // new instance,...
Hello, we've written a version of `fb_apt` that replaces use of `apt-key` and `/etc/apt/trusted.gpg.d`[^1] with per-repo keyrings managed by `gpg` and specified via `Signed-By`. It also uses the newer DEB822...
## Description Sometimes when I run `knife ssh`, especially against multiple nodes that are inaccessible, it fatals with `'pastel': undefined method 'new'`. ## Chef Version ``` Chef Workstation version: 23.7.1042...
In c870cc3, we added rules to 404 instead of serving a 403 or auto-indexing on static asset directories in automate-ui and dex respectively. The regexes used are overly broad in...
Running clang's static analyzer `scan-build`: ```console $ scan-build make clean_quick all mle_vendor=1 ``` emits the following warnings:  I looked at a few and they appear to be simple fixes...
For fallback if `TERM` does not match a built-in and terminfo is not present
### Describe the Enhancement: Hello, I use `knife` regularly and notice that some commands that I'd expect to complete instantly actually run pretty slowly. For example, I'd expect a command...
Hello. When using the `--scale-down` option, images render incorrectly at first on my setup (Xfce). After resizing feh, the image renders correctly. The following issues may be related: https://github.com/derf/feh/issues/696 https://github.com/derf/feh/issues/504...
The stub is currently defined as ``` RedisCluster|int|false zremrangebyrank(string $key, string $min, string $max) ``` however the underlying function expects ints https://github.com/phpredis/phpredis/blob/abb0f6ccc827f240a1de53633225abbc2848fc3a/redis_cluster.c#L1392-L1397 I re-ran gen_stub.php which updated some other stuff....