Keming

Results 210 comments of Keming

链接其他 issue/pr 的时候可以放到 markdown list 里面,这样 GitHub 会 render 出标题来,比如 - 测试 #205

Noticed. I'm also planning to add tags. Looks good to me. For the swagger layout, the current implementation is in https://github.com/kemingy/flaskerk/blob/34a09880663a00180b1014865e8d7abf68ce7602/flaskerk/view.py#L14 . So I guess the users only need to...

The "tags" implementation in FastAPI is also the same way. https://fastapi.tiangolo.com/tutorial/path-operation-configuration/#tags I guess the blueprint way may look like this: ```py from flaskerk import Flaskerk, Tags from flask import Flask,...

The new version (v0.6.3) now supports `tags` in `validate()`. The `APIRouter` can be a feature in the future. I'll work on the enhanced layout later.

Hi @ThiNepo , this library may be archived in the future. Since [spectree](https://github.com/0b01001001/spectree) supports all the features with a better interface. Feel free give it a try!

* #106 removed the plugin test temporarily.

* #122 only test plugins in Linux

Hi @thinkcache, thanks for your interest. You're right. You can split it into two PRs, one for the `tests`, and one for the `examples`.

Hi @thinkcache, you can create the WIP pull request first. I'll take a look. For the `mypy` issue, it's very annoying. Sometimes it's related to the Python or `mypy` version.

I was thinking https://github.com/3b1b/manim. But it seems not easy to master.