Using muddle via docker container sometimes results in the command hanging. Symptom seems to be that the output to STDOUT stops.
I've seen it happen after outputting that it's beginning to build the package, and also while processing actual .json of aliases, or triggers. Only recourse is to kill -1 (regular kill is not sufficient) and try again.
Possibly because I'm running this on an M1 Macbook Pro.
Using
muddle
via docker container sometimes results in the command hanging. Symptom seems to be that the output to STDOUT stops.I've seen it happen after outputting that it's beginning to build the package, and also while processing actual .json of aliases, or triggers. Only recourse is to
kill -1
(regularkill
is not sufficient) and try again.Possibly because I'm running this on an M1 Macbook Pro.