Semir Patel

Results 24 comments of Semir Patel

New user to miflora here and had same issue trying to get miflora working in a docker container on a rpi. Turns out the `--net host` is necessary (at least...

This looks fixed in https://github.com/Yelp/bravado/pull/127

Good idea. We can create an alias in a backward-compatible minor point release with `SwaggerClient` marked as deprecated. Then, remove `SwaggerClient` entirely in the next non-backward compatible major release.

Wrap SwaggerClient to return a wrapped Resource that injects the headers via [`_request_options` ](http://bravado.readthedocs.io/en/latest/configuration.html#per-request-configuration)when the service call is made.

This is currently a work in progress as an internal library. See y/retries_and_timeouts.

Leaving open until a solution exists somewhere.

I think this is a pretty important feature to have for more complicated use cases. Implementing it without breaking backwards compatibility might be hard to do. The return value of...

That definitely needs fixing: https://github.com/Yelp/bravado-core/blob/master/bravado_core/response.py#L102

swaggerpy (swagger 1.2) was refactored so much whilst adding Swagger 2.0 support (bravado/bravado-core) that it was effectively a rewrite. raw_response didn't make it in the final cut :cry: