Dan Carley

Results 64 issues of Dan Carley

**Acceptance criteria** Only publicly documented environment variables are exported in activations, for example: - `FLOX_ENV` - `FLOX_ENV_DESCRIPTION` - … - https://docs.google.com/spreadsheets/d/1C70LAk2iUeMFL4V3HITMMueIVXfr7CQL5hrpu_3I_QM/edit?gid=0#gid=0 There should be no other exports in `activate.rs` or...

team-cli
greenkeeping

**Describe the feature:** Be able to install additional components with the Google Cloud SDK package. NB: This ticket _could_ be repurposed for a general solution to other packages like "python...

new-feature
team-cli
product

**Describe the bug:** Custom zsh prompt is overwritten by in-place activation of default environment. This is related to but not quite the same as https://github.com/flox/flox/issues/637 because I normally use a...

bug
team-cli

**Acceptance criteria** Make it possible to: 1. Programatically and manually identify an activation from the `.flox` environment path 2. Manually delete all activation state without deleting the remote environment cache...

team-cli
greenkeeping

**Describe the bug** Process that are started with `run …` aren't aborted when they exceed the timeout given in `BATS_TEST_TIMEOUT`. **To Reproduce** Create `demo.bats`: ```sh setup_file() { export BATS_TEST_TIMEOUT=1 }...

Type: Bug
Priority: Critical
Component: Bash Code
Status: Confirmed
Size: Large

It wasn't previously possible to return or store the `MockServer` and `Recording` together because `Recording` borrowed `MockServer` with a lifetime and prevented it from being moved out of the function:...

**Acceptance criteria** Provide an ergonomic way to reference source paths and git information from a NEF build in a Flox project. **Why** Most expression have to do something like this...

enhancement
team-cli

**Describe the bug:** `flox build` fails if `git` isn't on your `PATH` **Steps to reproduce:** 1. Start a Ubuntu machine (I used the `ubuntu:25.04` container) 2. Install Flox from a...

bug
team-cli

**Acceptance criteria** `floxhub_token` should be stored in a separate file from the config in `flox.toml` Plus: - existing tokens should be automatically migrated to the new location - the new...

team-cli