Mike Gleason jr Couturier

Results 44 comments of Mike Gleason jr Couturier

Any update on this? Happens with `golint` edit: this happens when the filename contains an underscore, `golint` complains that you cannot have an underscore in the middle of the variable.

Thanks, I will try it... I have the 4GB version can I still use it?

Hi, thank you very much for all the work, this is really appreciated! Will try tonight as I haven't had the time yet to try. Thanks again!

When I was recording my RTSP streams manually with ffmpeg I had to add the option `-stimeout 30000000` for ffmpeg to timeout whenever my camera/router was restarted. So I think...

I'd like to see the regex feature as well, I don't want a modification to my `*_test.go` files to trigger an app reload.

same with `test`, only run tests on startup

If I recall correctly I was able to workaround by trying... ``` $ GO111MODULE=auto|off|on realize start ... ``` Can't remember which flag I set for `realize` to work, try different...

`DecodeImage` has been renamed to `Decode` a while back to follow the Go convention: Offending line: https://github.com/jdeng/goheif/blob/master/heic2jpg/main.go#L80

Check if using safe encoding fixes it, see #3