Zach Mitchell

Results 105 issues of Zach Mitchell

In the event that process-compose crashes while services are running, those processes may become orphaned. The watchdog should be able to clean up these services even without process-compose running. -...

team-cli

### What reproduces the bug? Provide code if possible. I used [Flox](flox.dev) to install `bpftrace` (this is using Nix under the hood). Running `execsnoop.bt` on a `sleep 1` call does...

bug

## Proposed Changes **feat(watchdog): bail if other watchdog exists** Check the registry contents at startup to determine whether another watchdog exists. If another watchdog exists, then we don't need this...

team-cli

On `flox` version 1.3.2-gb91c3f1 I was typing `flox activate -v` when I got this error: ```console ❯ flox activate -vcomplete: too many arguments /var/folders/qn/77rf0syj2s7djp588bzp5vkm0000gn/T//.psub.pzYGY4Pmvo (line 1): complete -c flox -f...

bug
team-cli

Currently to test parts of the watchdog and the environment registry we spawn an actual process and kill it in order to control the status reported from `ActivationPid`. We then...

team-cli
greenkeeping

Given this manifest: ``` version = 1 [install] psycopg.pkg-path = "python312Packages.psycopg" tqdm.pkg-path = "python312Packages.tqdm" datasets.pkg-path = "python312Packages.datasets" ipywidgets.pkg-path = "python312Packages.ipywidgets" huggingface-hub.pkg-path = "python312Packages.huggingface-hub" jupyterlab-widgets.pkg-path = "python312Packages.jupyterlab-widgets" nodejs.pkg-path = "nodejs" widgetsnbextension.pkg-path...

bug
team-cli
groomed

I have a macOS laptop configured with `nix-darwin` and `home-manager`. Before this laptop was configured this way, managed environments worked just fine. Now when I push an environment to FloxHub...

bug
team-cli

I made a mistake filling out the configuration for a remote builder (I had the comment part of my SSH key still in there), which now means I can't build...

This adds a Nix flake so that anyone using Nix can install this as a command line tool.

## Proposed Changes This test was flaking because for some reason this test would take longer than 2 seconds to run `overmind status`. This was primarily on x86_64-darwin, but did...

team-cli