Zach Mitchell

Results 190 comments of Zach Mitchell

And what's the real difference between `args` and `args.argv`?

Just to close the loop on the `fork`/`exit` thing, it turned out that the forks that never exited were threads, as I suspected. I ended up needing to instrument `clone`...

Those failures bode well

Actually the failure appears to be an infrastructure issue similar to these: - https://github.com/flox/flox/actions/runs/14664200799/job/41159214516?pr=3002 - https://github.com/flox/flox/actions/runs/14653909962/job/41125745146?pr=2999

Thanks for the pointers! I have this working now and I'll clean it up and submit a PR in the next couple of days.

Unfortunately we need to call exec there. I've tried calling `flush` via `Hub`->get the client (current and main)->`flush` and that didn't do the trick. Is there some other way to...

Hi, just checking back, how do you manually do option 3? As I mentioned above the method I tried didn't work.

At activation time we may not have successfully started all of the services so instead of listing them individually it's probably simpler and just as effective to say something like...

What does that entail, could you be more specific?