Manu MA
Manu MA
This is interesting, but we will probably not add this feature until 4.0 final is released! It was not a public API at all in Ionic 3 either
Could you work in a PR?
Creating component.d.ts is not that easy since it requires to transpile first everything. It's fixable, but a not trivial amount of work needs to be done. We might revisit it...
Should not happen anymore since we released in the compiler update using latest TS!
Might be related with https://github.com/rollup/rollup/issues/2570 ?
@oryband sorry, I have been disconnected for a long time (vacations). but I am back to work! I want to rebuild the contrib repo. let me a couple of weeks...
@oryband not sure how the metrics api is, but the current api is terrible: ``` go r.Use(middleware.Statsd(bufferedClient, middleware.SetThroughputBucket("request.received")) ``` how about something like: ``` go r.Use(middleware.Statsd(bufferedClient). SetThroughputBucket("request.received"). SetShitBucket("request.received")) ``` the...
may this be a different middleware?
@bolshoy I may want to provide gzipped responses but I don't want to with requests. ok, how about this: same package but different middlewares.
also, I did some changes. Please, pull the last version! https://github.com/gin-gonic/contrib/blob/3c2269fb077feca1b0e6aa61cddfbe775b8230cb/gzip/gzip.go#L18-L36