Vojtech Vitek (golang.cz)

Results 43 issues of Vojtech Vitek (golang.cz)

A proposed solution for the RealIP middleware issues outlined at: https://github.com/go-chi/chi/issues/708 https://adam-p.ca/blog/2022/03/x-forwarded-for/ https://github.com/go-chi/chi/issues/711 https://github.com/go-chi/chi/issues/453 https://github.com/go-chi/chi/pull/908 Summary of differences: - Unlike `RealIP`, `ClientIP` middleware doesn't change the value of `req.RemoteAddr` -...

I propose to add a new `-treeshake` CLI flag to webrpc-gen, which will remove any unused type definitions from the webrpc schema. This means that only the types that are...