Jacob Howard
Jacob Howard
**What this PR does / why we need it**: This PR is a draft proposal for switching Garden back to the official Mutagen releases and dispensing with the Garden fork...
There is a very long-standing but infrequent race condition in the unit tests for the `xeno daemon` command. Essentially, it appears that `xeno daemon -s/--stop` is not actually stopping the...
Instead of testing `xeno_ssh_monitor` input using a pipe to `sed`, use `awk` in the `xeno_ssh` command to continuously filter only initialization lines to the FIFO, minimizing what goes to the...
Currently, `xeno-daemon` will poll at a given interval. This is both slow and adds a lot of disk usage. Linux and OS X support command line programs to monitor file...
**Describe the bug** I've created an extension that uses a named volume (specified in its `compose.yml` file) to store data for the extension. At the moment this volume is visible...