Joshua Sing
Joshua Sing
The `github.GetIssues` function contains a `for` loop to handle issue pagination: https://github.com/cooperspencer/gickup/blob/d29454e85636b3b0886510c962e226eb03e3219c/github/github.go#L388-L402 However, when the request fails, instead of exiting or handling the error, it is logged and immediately retried....
Return the close error when the WebSocket is closed (when running in WASM). Previously, when the WebSocket connection is closed by the server, `Read` always returns `net.ErrClosed`, which prevents the...
Add golicenser (https://github.com/joshuasing/golicenser) linter. golicenser aims to be a fast, easy-to-use and highly customisable linter for managing license headers. I have done my best to make sure this pull request...