Grey Li

Results 157 comments of Grey Li

Notes: Add support for [marshmallow-dataclass](https://github.com/lovasoa/marshmallow_dataclass) may be an easier option.

As the project grows, it involves more and more features from marshmallow projects. Supporting Pydantic requires too much refactoring, I don't think it will happen in 2.0. Just use other...

What does "setting default input" mean? Can you provide an example?

Thanks for reporting this. Is the issue still exist? It's working now on my side. https://palletsprojects.com/donate @davidism It seems Netlify can't handle the redirection occasionally (#88). Maybe we could hardcode...

This PR may not be merged. I was planning to implement what [David recommended](https://github.com/wtforms/flask-wtf/pull/338#issuecomment-394225278) as an alternative to this PR in January, but I was too busy with work. Maybe...

感谢反馈,已在 https://github.com/greyli/new-bluelog/pull/17 处理

感谢反馈,已在 https://github.com/greyli/new-bluelog/pull/14 处理。

感谢反馈,已在 https://github.com/greyli/new-bluelog/pull/14 处理。

+1 for this. It will become a key issue when the user generates the local OpenAPI spec file with apispec while the spec output is not deterministic (https://github.com/apiflask/apiflask/issues/373).

I think you may refer to the `docs_ui` argument in the `APIFlask` class: ``` app = APIFlask(__name__, docs_ui='redoc') ``` https://apiflask.com/api/app/#apiflask.app.APIFlask.__init__