Geert-Johan Riemer
Geert-Johan Riemer
It would be useful to provide mock implementations for Go and especially Javascript (which lacks good autocompletion or compilation-time warnings about missing handlers). The files could be part of generated...
The current parser is very simple and does not fully implement the ango syntax. e.g.: ``` type foo struct { field map[string]int // not supported } ``` The parser package...
Improve internal error handling, write consistent error messages and move to https://github.com/pkg/errors for wrapping errors.
"Rice **2.0**? But 1.0 hasn't even been released yet!?" Correct. Please see #48 about that. **Dropping .go file source parsing** I've been thinking about this for a while now. The...
Mentioning importing packages (daaku's zipexe, etc) and contributors.
I'm now using rerun for an application that performs graceful shutdown on the interrupt signal. Rerun kill's the process directly, without any grace. Happens here: https://github.com/skelterjohn/rerun/blob/master/rerun.go#L91 I think it would...