Michael Jarvis
Michael Jarvis
I would like the ability to have more control over the system-generated error pages, besides modifying C code myself and recompiling. In other words, I don't want my "404 Not...
```sh git branch -lvr 'upstream/ma* upstream/main 78deda9 update golangci-lint action upstream/master f668684 change email address ``` I would suggest deleting the master branch to avoid confusion. ```sh git branch -d...
I updated the `go.mod` file to reference Go 1.17 instead of Go 1.13. I also replaced the call to `git vertag` with `git describe --tags --abbrev=0`. This project is nice...
[](https://issuehunt.io/r/BoostIo/boostnote-mobile/issues/94) I created my Boostnote storage for macOS using iCloud but cannot access it from the iOS version. I can see my Boostnote storage folder using the new “Files” app...
- Correct redundant type warning with the slice `pkg`. - Correct warning about ignored error in `fmt.Fprintln()`. - Simplify code and omit comparison to bool constants - Resolve ineffectual assignment...
This is a great tool! Thank you for creating it! Some modest suggestions: - Use modern Go modules instead of the deprecated `dep` tool - Makefile improvements, such as having...
This should fix https://github.com/whilp/git-urls/issues/24. Need to bump version from `v1.0.0` to `v1.0.1` Otherwise I am going to have to start using my forked version since this shows up as a...
I am a big fan of Vimcat, and it works great under Linux and macOS, but I am struggling to get it to colorize the output on Windows, using Git...
This adds a go.mod file for better support managing dependencies in [Go with modules](https://go.dev/blog/using-go-modules). All of the cool kids started doing this with the preliminary support in Go v1.11 and...