Fredrik Wallgren
Fredrik Wallgren
This is so we don't have to pass a lot of parameters in every method call.
To fix issue with keys being overwritten.
Hello, I have added "save and continue" support to retro_wiki. One commit contains the controller and view code, the other adds translation keys to all the translation files. Regards, Fredrik...
When calling `w.WriteHeader(http.StatusNotFound)` from a handler (for a 404 page in this case) the server gives no response. This only occurs if the handler is wrapped in a `httpgzip.NewHandler` I've...