Vlad Frolov

Results 251 comments of Vlad Frolov

@10000TB It seems that you have FLASK_CONFIG environment variable set to `production`. Try unsetting it: ``` env FLASK_CONFIG= pytest tests/test_app_creation.py ```

_Actually, I don't think we need to address this now._ The point of the issue is that I wanted to make sure that all possible responses are documented in Swagger...

Currently, there are no plans to support chained parameters (simply due to the lack of time, and because implementing it the right way may take more time than it might...

@jdjodrey Thanks for sharing. I will just comment an obvious limitation of your implementation: custom validations defined on the classes will be ignored, and the reason I haven't touched it...

While the upstream has already updated Swagger-UI to 3.x, I don't really like the new design... It is a pity, but it is hard to read it, especially, when you...

Also, * [broken OAuth2 support](https://github.com/swagger-api/swagger-ui/issues/3227) * [The JSON Form Editor is not implemented](https://github.com/swagger-api/swagger-ui/issues/2771)

There is no built-in functionality at the moment, though I see the value in such a feature. Currently, given you may not want to spend too much time on this,...

#83 added support for TypeDecorated fields, which are heavily used in SQLAlchemy-Utils, so your code shouldn't fail on start now (if you install Marshmallow-sqlalchemy >=0.12.0-dev version)), so now you can...

I confirm the issue. I will dive into it later this week.

Ah, I see now. The documentation misguided the use of Client Credentials Grant. The `documentation` "user" is not an active user, it serves the "application" user role (e.g. a third-party...