Prateek Agarwal

Results 14 issues of Prateek Agarwal

Thanks for the workflow, its so cool. The current time input is always considered as the local time, what if i want to input other remote tz time and get...

enhancement

I am trying to mock my HTTP requests using httpretty for [Twisted web client agent](https://twistedmatrix.com/documents/current/web/howto/client.html#issuing-requests) but every time i am getting a `Connection refused error`. Is Twisted Agent not supported...

eg. %, ~, more below: ![symbols](https://cloud.githubusercontent.com/assets/1528697/5642669/95fcc3d2-9673-11e4-950a-8af8243c6036.png)

bug

Swagger spec has a `info.title` attribute which gives the service name. This can be used to label the client call by title. There should be a way in bravado and...

enhancement
bravado

Client hangs if it is created and cached in the pre-fork phase of running of uwsgi. This only happens for Asynchronous client which uses twisted underneath. As per @bpicolo :...

bug
bravado
swaggerpy12

Relates to #80. I am not sure it got resolved. The flow here deals only for swagger_to_py flow and not the other way round. If there is a date-time param...

bug
swaggerpy12

See the comments from #127

good to have
bravado

[This](http://bravado.readthedocs.org/en/latest/quickstart.html#lets-try-a-post-call) does not work now because of no `get_model` method being exposed. The new way is: ``` python Pet = swagger_client.pet.addPet._model['Pet'] ``` `_model` at operation level is not correct and...

bug
bravado
swaggerpy12

Current message for [the error](https://github.com/Yelp/bravado-core/blob/4840a6e374611bb917226157b5948ee263913abc/bravado_core/validate.py#L35) looks like this: `Unknown type None for value {u'WED': {u'time_start': 9, u'time_end': 22}}` for a definition: ``` WeekHours: { properties: { WED: { $ref: #/definitions/DayHours,...

enhancement