Cian (Keen) Gallagher
Cian (Keen) Gallagher
Add support for conditional logging - User should be able to choose the log level they want for switchboard via a flag passed to the watch command. As example: ```bash...
Seeing a lot of valuable PRs and issues created over the past few months that haven't seen any interaction from the maintainer/s of this project, which begs the question, is...
The latest version of `fsnotify` is `1.7.0` yet switchboard is a _custom_ version on `github.com/Cian911/fsnotify v1.5.2-0.20220220230351-4d6a6a3b3090`. We should update to the latest version in our custom fork to reap the...
We should have a github workflow file that bumps the version tag for git and pushes it to trigger the release workflow. This therefore necessitates the need for a version...
In order to improve the code quality of `gomerge`, we should implement a number of automated code quality checks. This issue related specifically to `gofmt`. This should be added a...
In order to improve the code quality of `gomerge`, we should implement a number of automated code quality checks. This issue related specifically to `govet`. This should be implemented as...