Kyle Banks

Results 8 issues of 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...

enhancement

https://github.com/KyleBanks/goggles/files/866685/goggles.txt - when run directly from the .app - works from command line

bug

Currently the backend solution for errors is a graceful `log.Fatal`. Should return the error to the frontend for display to the user.

gui
backend

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....

help wanted

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...

enhancement

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...

enhancement