Dan Carley
Dan Carley
When existing services are removed via `flox edit` - if services and are already started: the existing services should be stopped - if no services are started: do nothing Depends...
From internal Slack thread: https://flox-dev.slack.com/archives/C05P6A5J6U8/p1717760687276659 > We’re currently not validating responses at all. I think what we need is for resolution just perform some quick validation eg have a collection...
Create an integration test that verifies CUDA support is working on real GPU hardware by exercising something that uses the libraries, e.g. ```python import torch torch.cuda.is_available() ``` This will give...
**Describe the bug:** The `flox activate` tests for `fish` fail when they are run wrapped in `flox activate` and `direnv`. It appears that `direnv` is getting unloaded within the activation...
**Describe the bug:** If you provide `flox` arguments that result in a parser error and press tab for auto-completion then an error is printed and the original command is not...
We need to be able to signal to `process-compose` to reload it's config to add, remove, or update services without restarting them all.
## Proposed Changes So that usage strings which depend on arg0 don't display for example: Usage: .xh-wrapped [REQUEST_ITEM]... This isn't possible for interpreted scripts but I've documented the current behaviour...
`providers::build::tests::*` have been failing: - https://github.com/flox/flox/actions/runs/11143366168/job/30968306724#step:7:770 - https://github.com/flox/flox/actions/runs/11152317616/job/30997693407#step:7:850 - https://github.com/flox/flox/actions/runs/11146249314/job/30977757903#step:7:678 With the error: ``` error: unexpected end-of-file ``` We ~may be able to~ have temporarily worked around the failing tests...
## Proposed Changes The previous fix to retain the previous build script had the effect of requiring that it always be older than the corresponding build script source file in...
**Acceptance criteria** `user_dotfiles_setup()` in `activate.bats` should only be run for the tests that depend on it, e.g. verifying the load of RC files. **Why** It causes some unexpected side-effects for...