Zach Mitchell

Results 190 comments of Zach Mitchell

The current `flox show curl` output is: ``` curl - Command line tool for transferring files with URL syntax [email protected] [email protected] [email protected] [email protected] ...... [email protected] [email protected] [email protected] (aarch64-linux, x86_64-darwin, x86_64-linux...

Thanks, we may not get to all of those, but I wanted it recorded somewhere if we had time (and the data was readily available).

> Do we need to bump the manifest version? This depends on whether we change the default package installation from including all outputs to including only the outputs listed in...

I think this is actually two separate tickets: - For v2 manifests, make the default outputs `outputs_to_install` - Add the code to migrate from v1 to v2 manifests I'm going...

I confirmed that our prompt is dropping `$status` and `$pipestatus`. If you look at the prompt function after activation you'll see that the `fish_prompt` function looks like this, where `flox_saved_fish_prompt`...

So, `$status` and `$pipestatus` are read-only variables, which means we can't set them directly. What we _can_ do is produce a command that, when run, produces the same exit codes...

Ran into some snags with those solutions. **Edit:** got it working with the function return trick. ## Virtualenv prompt The virtualenv method seems to mess up newlines: ``` # before...

The last merge was from almost a year ago. Probably time to consider this abandoned and create a fork.