Results 4 issues of Niels Widger

If I create a package `foo` with the following contents: ``` go package foo type omit *struct{} type Foo struct { NotHidden string `json:"not_hidden"` Hidden string `json:"hidden"` } type ShortFoo...

## Problem statement First off, thanks for `go-swagger`, it's a great tool and I'm sure it's not an easy one to maintain! I recently tried upgrading from `go-swagger` v0.30.4 to...

bug
generate client
pending PR

When `httputil.NewSingleHostReverseProxy` is wrapped with `httpgzip.NewHandler`, i.e. ``` go http.Handle("/", httpgzip.NewHandler(httputil.NewSingleHostReverseProxy(target))) ``` the call to `w.Writer.Write` in `gzipResponseWriter.Write` returns `0, ErrContentLength` ("Conn.Write wrote more than the declared Content-Length"). I believe...

Thanks so much for your work on `rl_json`! I tried to use `rl_json` v0.15.1 with Tcl 8.6 and ran into the following linker error: ``` undefined symbol: Tcl_GetBytesFromObj ``` I...