Paul Mach

Results 5 issues of Paul Mach

for example: this url https://api.openstreetmap.org/api/0.6/way/406567335/history returns `content-type: text/xml; charset=utf-8` and the result in chrome70 looks like:

For each bucket.Get() a new http.Client is created (https://github.com/crowdmob/goamz/blob/94ebb8df2d498469ee950fbc4e2ab3c901dea007/s3/s3.go#L1023) Also, the request is explicitly told to close after finish (https://github.com/crowdmob/goamz/blob/94ebb8df2d498469ee950fbc4e2ab3c901dea007/s3/s3.go#L1004). So each request requires a new TCP connection and this...

This PR addresses two time validation issues. 1. https://github.com/russellhaering/gosaml2/issues/101 2. Add a "ClockLeeway" attribute on the `SAMLServiceProvider` that can be set if you expect some clock drift. For example `sp.ClickLeeway...

See https://github.com/getkin/kin-openapi/issues/900 for full details and use-case. If this approach is agreed upon, I can extend to all *Refs (e.g. CallbackRef, ExampleRef, ResponseRef, etc.) Captures `x-order` into `SchemaRef.Extensions` ``` type:...

I would like to extent `SchemaRef` to have a `Extensions` or `RefExtensions` to capture extensions next to $ref. For example, if I have: ``` type: object properties: id: $ref: "#/components/schemas/id"...