Jason Haury

Results 16 comments of Jason Haury

For those landing here and noticing that numbered lists don't nest correctly, the respective bug for the official (and still-supported) Jetbrains markdown plugin is here: https://youtrack.jetbrains.com/issue/JT-21112#comment=27-1275299

@hendricius Do you have the math used to make the table at http://table.the-bread-code.io/ ? I would like to make a copy of your sheet, but add formulae so that the...

I'm seeing a related border issue so I'm adding a note here instead of opening a new ticket: I have 4 cells merged as a header and I'm adding Left...

+1 on this too. The way I seeing it being used intropectively is to use the @swagger.operation decorator, but omit the parameters arg. The decorator would then look at the...

I went ahead and implemented the above by adding these lines to swagger.py beginning at line 181 (see pull request https://github.com/rantav/flask-restful-swagger/pull/39): ``` if 'parser' in method_impl.__dict__: arglist = method_impl.__dict__['parser'].__dict__['args'] temp_op...

Hi djm I think the issue with the implementation below is that swagger.operations.parameters has more keys than a reqparse object. Even if we define a reqparse object and pass it...

Great, I will take a look at the commit! How important is it to you that reqparse and swagger are tethered by default, but could be configured differently if the...

Hi There, I looked at your code you linked to me https://github.com/dases/flask-restful-swagger/commit/2ba24a0d12a61a2e93e86492d278f45705f333bf- my apologies for the delay! It looks like a reqparse object _does_ contain an exhaustive set of data...

I've now begun using bool types and see more of what you mean. Is it related to the fact that when one uses an HTML form with a checkbox, the...

Hah, i don't know who he is. I do know that his package requires python 2.7+, and that's a deal breaker. If you two decide to merge, it would be...