Prateek Agarwal
Prateek Agarwal
I am wondering if `add_file` should throw up if `value` is not of `file type` instead of just ignoring it (as per the PR).
@laucia my opinion is that if `validate_requests` is set, the validation is done [here](https://github.com/laucia/bravado-core/blob/do_not_add_files_when_no_file/bravado_core/param.py#L112) and if it does not throw up when `value` doesn't "look" like a `file` then that...
> This obviously applies to 2.0 as well No, it does not. There are separate response handlers for [1.2](https://github.com/striglia/pyramid_swagger/blob/master/pyramid_swagger/tween.py#L473) and [2.0](https://github.com/striglia/pyramid_swagger/blob/master/pyramid_swagger/tween.py#L526) version (the name of the methods though easily can...
I will try with an example. Suppose there is an endpoint like so: ``` "/hours/{biz_id}": { "get": { "responses": { "200": { "description": "Week hours", "schema": { "$ref": "#/definitions/WeekHours" }...
How is the `path` hardcoded? It can be set in the `.ini` as follows (though i agree it is only limited to local file path currently) : ``` pyramid_swagger.schema_directory =...
go for it 👍 It will be nice if you can add an attribution somewhere in the template comment pointing to `json_resume` :)
do you have a solution in mind. I will be happy to include the PR :)
Nice idea. But your commit will just create a `resume.txt` containing the latex contents?
aah i thought so. I will test out your branch later some time today or tomo. Also, as the default tex is also modern_cv template can you briefly tell the...
There are many things needed to be added to them. For text: - `latex` formatting should not be done for `txt` as it leaves traces of \href, etc in the...