Kyle Banks
Kyle Banks
I was thinking about how to use `mmake` with projects where potential contributors may or may not have it, and asking them to install it is another step that doesn't...
https://github.com/KyleBanks/goggles/files/866685/goggles.txt - when run directly from the .app - works from command line
Currently the backend solution for errors is a graceful `log.Fatal`. Should return the error to the frontend for display to the user.
Currently stats are retrieved by polling the `docker stats` CLI command. This is slow and expensive, requiring the Docker CLI to load up, fetch stats, and shut down each time....
When running multiple containers it can get pretty noisy having a constant stream of stats you may not care about. One potential solution is to provide a specific container ID...
Would be nice to be able to monitor a commute, and optionally write the output to a file. By default, monitor would poll every minute, and the user could supply...