Jérôme Lafréchoux
Jérôme Lafréchoux
Thank you for the nice feedback. And for the constructive help. This is definitely not a no go and I'd be happy if we could go further and actually provide...
Can't you set this property in the base class? I guess a more comprehensive code sample would help explaining the problem.
Hi. Before adding another feature, I'd like to see if this can be addressed with current code with a trick on your side. Do you think you could define a...
This would indeed have to be done on webargs. Seems like a corner case, but if the change is not too impacting, it could be acceptable. Would you like to...
Thanks. This PR proves it is feasible with little modifications. I'm not so happy with the test in `resolve_schema_instance`, but I don't have any obvious alternative. Also it looks from...
Yes. There's something a bit fishy in this. Perhaps I should review it, especially now that `alt_response` is available. I'd rather sort this out before going forward with this PR...
I looked into this tonight. Passing the schema doc as `dict`, which is a pretty uncommon use case, should probably be achieved using another parameter, like `schema_doc` or something. Then...
Back to this. Since passing doc as dict is neither really documented (apart from the docstring type) nor tested, I'm open to dropping the case. If anyone complains we can...
You can put as many fields as you want in the arguments schema (data_1, data_2,...). https://github.com/marshmallow-code/flask-smorest/blob/a6df3cf4e460b8629ac52583883a286ba155c537/tests/test_arguments.py#L265-L275
What is wrong about setting that user-friendly string as blueprint name? I think this is what is do (although I don't put long sentences in there, generally a single work...