leigh capili

Results 27 issues of leigh capili

## Proposed Changes Do we need to do something when the user tries to use single or double quotes? @ysndr suggested using shlex. If so -- that can be added...

Ran into this during the Thursday meetup. My previous go env built on Jul 17 has this package (`[email protected]`) installed. See logs for the Nix store path as well. Testing...

bug
team-saas

```shell ❯ EDITOR="code -w" flox edit ❌ ERROR: editor command failed: No such file or directory (os error 2) ``` Expected behavior is the terminal should block and open up...

bug
team-cli

This should open `micro`. Instead, it opens `nano`, because we are not checking for `VISUAL` first ```shell ❯ EDITOR="nano" VISUAL="micro" flox edit ⚠️ No changes made to environment. ``` We...

bug
team-cli

## issue each zsh subshell caches path lookups. Here's a variant of a problem that comes from this. If you already have some command globally (ex: `go` from the `gimme`...

bug
team-cli

This allows users to pass `emitStringData: true` to the secretGenerator, alongside the `type` option. When enabled, UTF-8 strings are output in plainText stringData, and non-UTF strings and any binary data...

cncf-cla: yes
size/XXL

related #757 issue #748 GH Action failing with `SIGBUS` Try running this yourself: ```bash go test -run '^TestBadgerGCLoad$' github.com/fluxcd/image-reflector-controller/internal/database -v -count 1 ``` This test modifies badger to run with...

area/testing