TheInvincible

Results 30 comments of TheInvincible

Hi, @hmhealey. I have made another pull request for the preference test at https://github.com/mattermost/mattermost/pull/28128/commits/1f85178d27cfc18ef368f2a1a531a6d8eb4dd066

> @TheInvincibleRalph Thanks for the contribution. Looks like there are some more unchecked errors: > > ``` > Error: channels/web/oauth.go:207:13: Error return value of `r.ParseForm` is not checked (errcheck) r.ParseForm()...

> LGTM, just need to fix the conflicts. Thanks 🚀 Done

@hanzei, this hasn't been merged.

Hi, @Aptimex, I need more context to this issue. Where is the `wiretap_server.conf` file located in the project directory?

The function was refactored in the main file you sent: ``` func Countdown(out io.Writer, sleeper Sleeper) { for i := countdownStart; i > 0; i-- { fmt.Fprintln(out, i) sleeper.Sleep() }...

Hi, @philrenaud. I am interested in taking this but could you give more context as to what to do?