Zach Mitchell

Results 105 issues of Zach Mitchell

Say I have a user editing a file and if it doesn’t parse to the correct format I want to display the error and ask if they’d like to try...

question

### Environment What version are you running? Etc. - Environment: SaaS, sentry.io - OS: macOS (not tested on others) - Version: 0.32.2, `tracing` feature enabled ### Steps to Reproduce This...

What the title says. This covers the case where shell A has edited the manifest and stopped all services, but then a user in shell B wants to activate using...

team-cli

The current error message when services aren't running isn't great. It would be better to read the manifest and simply say that each listed service is stopped and don't list...

enhancement
team-cli

If the watchdog needs to terminate before the activation does, should we: - Deregister the activation, possibly triggering cleanup out from under an activation - Leave the activation (we don't...

team-cli

There are very few scenarios in which a change to the manifest doesn't require services to be restarted, the only real case being an update to the `profile` section. -...

team-cli

Use the functionality in https://github.com/flox/flox/issues/1888 to warn on all `flox services` commands if the service environment is stale.

team-cli

There are cases where starting services in an activation will provide different results depending on whether the manifest has been edited (and a new environment has been built) since process-compose...

team-cli

**Steps to reproduce:** - Create an environment that requires a priority to solve a conflict: ```toml version = 1 [install] python312.pkg-path = "python312" python313.pkg-path = "python313" # python313.priority = 6...

bug
team-cli

The watchdog creates a log file in `.flox/cache` for every activation. At some point we need to clean these up. This could be done by a separate thread spawned by...

team-cli