Graham Hudgins

Results 69 issues of Graham Hudgins

### Motivation **I need** an easy place to see how to configure a Flox prompt

documentation
enhancement

STR: * be on the latest nightly (after the #2121 change) * make a build * run flox build * change a build in some substantive way (like breaking it)...

bug
team-cli
regression

The builder currently issues this "hint" when detecting that `$out` has not been populated by a build: ``` echo "- copy multiple files with 'mkdir -p \$out && cp bin/*...

team-cli

### Motivation **When** I am attempting a go build with `go build -o $out` **I need** to see an error / warning telling me Flox needs binaries in `bin/` or...

team-cli

### Motivation Flox's manifest is pretty simple however the default template is quite long and does not look simple. Can we communicate the minimum possible and rely more heavily on...

enhancement
team-developer-support
design

STR: * create a project/path environment with a `profile.common` that has an `echo "testing"` in it * add `eval "$(flox activate -r ghudgins/default)"` to an RC file like `.zshrc` *...

bug
team-cli
groomed

### Acceptance Criteria * Enable build feature flag * `flox help` Expected: build command in help Actual: no build command in help

team-cli

### Motivation **When** I want to keep activation below 1s **I need** `flox activate -r` to not do a slow update check on every activation **And** yet somehow have a...

enhancement
team-cli
product

### Motivation **When** I have temporary files that need cleaned up **I need** a hook that Flox will run on exit **So I can** clean up automatically as I exit...

enhancement
team-cli

### Motivation **When** I am building a mental map about Flox **I need** to discover the `manifest.*` files more easily **So I can** quickly understand how Flox is working ###...

enhancement
team-cli