Grey Li

Results 167 comments of Grey Li
trafficstars

有可能是网络问题,改用 pip 来安装依赖试一下? ``` $ python -m venv env # use `virtualenv env` for Python2, use `python3 ...` for Python3 on Linux & macOS $ source env/bin/activate # use `env\Scripts\activate`...

Hi! I tried to implement this and managed to create the separate OpenAPI spec for different blueprints, but it needs a lot of code changes. I decided to move to...

Thanks for the example. After some investigation, I find the root cause of this issue. When handling an error with union type, the error message generated by marshmallow-dataclass will be...

Thanks tkzt for the explanation. After some investigation, I think it needs to be fixed in apispec. It shouldn't set the param `explode` option to `true`. Instead, it should set...

Could you provide some minimal examples? What's your request data look like? If it's not related to OpenAPI generation, you may need to request this feature in Flask itself.

Assigned to @tkzt

Hi, thanks for working on this! Could you add some tests?

Thanks for working on this! But I can't reproduce your issue. The `strip()` should remove the whitespaces. ![image](https://github.com/user-attachments/assets/103df325-e4eb-431f-887d-e9c707c9c089) Closing this PR, please feel free to comment or reopen.