Robert Estelle

Results 34 issues of Robert Estelle

The original limited `applyRefactorings` is still exposed, but the logic of both that and `runPipe` is now shared by a single function, which allows API users to set additional options...

Via https://github.com/mpickering/apply-refact/pull/44#issuecomment-490793090

This replaces both of the `diff-so-fancy`'s hand-rolled color reconstruction mechanisms with cached invocations of `git config --get-color`, which is fast and uses git's own parsing to construct the appropriate ANSI...

If your `~/.vim/plugged` or similar is contained in another repo (for example, a dotfiles repo); and you've added the plugins as submodules in order to track their updates in that...

The `git rebase -r` generated-label sanitization introduced in commit cd55222 (rebase -r: let `label` generate safer labels, 2019-11-17) was intended to avoid dangerous NTFS/FAT characters, especially colon/double-quote/pipe chars. It exempted...

(Draft for CI, based on https://github.com/git/git/pull/1097)

### Description This updates a couple use of the deprecated `WaitForState` to use `WaitForStateContext` as recommended, and one instance of `Retry` → `RetryContext`. [Per the docs on `WaitForState`](https://pkg.go.dev/github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource#StateChangeConf.WaitForState): > Deprecated:...

size/XS

### Description Minor internal cleanup to the `persistent_volume` and `persistent_volume_claim` resources. This updates literal strings to refer to their enum definitions, which makes it easier to trace back to the...

size/S

### Description This allows `persistent_volume` resources to be configured with `generate_name` as with nearly all other resources in this provider. This is useful for preventing certain kinds of resource deadlocks...

size/S