Zach Mitchell

Results 190 comments of Zach Mitchell

Need to do a little bit more investigation: - Is this specific to `profile.common` or do no profile scripts get run?

Original implementation idea when the registry was implemented: >**Garbage collection:** >- Acquire the lock and read the file >- For each object > - If path no longer exists, delete...

Outstanding questions: - What should be done about remote environments? - Defer this decision for now. May do something with generations. Proposed implementation: - Acquire the lock and read the...

`flox gc` now does both Nix garbage collection and Flox garbage collection

Unfortunately we're taking that description straight from the one provided by Nixpkgs, which you can see is...spartan: https://github.com/NixOS/nixpkgs/blob/dfcd5b901dbab46c9c6e80b265648481aafb01f8/pkgs/development/python-modules/aider-chat/default.nix#L392 Like you say, all of those `aider-chat*` packages have the same description,...

From @mkenigs: > I think we need to look at all the different behaviors for a bunch of different combinations and make sure we’re choosing something consistent/understandable. I haven’t thought...

> I think we need to look at all the different behaviors for a bunch of different combinations and make sure we’re choosing something consistent/understandable. For `flox list` on a...

@mkenigs you mentioned that `flox services` already acts on the activated version of the environment, and that this behavior would be consistent with that. @limeytexan also suggested that `flox install`...

You also mentioned this matrix of behaviors we need to have sorted out: - `flox install`, `flox services`, `flox list` - bare command vs with `-r owner/name` explicitly - activated...