Highlights
- Developer Program Member
- Pro
- 1 discussion answered
Pinned
1,818 contributions in the last year
Less
More
Activity overview
Contribution activity
June 2021
Created 69 commits in 15 repositories
Created 1 repository
Created a pull request in miguelgrinberg/APIFairy that received 2 comments
Support generating tag from nesting blueprints
For example, if we have a blueprint structure like this:
root - foo - eggs - spam - bar - baz
Currently, for all the nesting blueprints, the name …
+37
−3
•
2
comments
Opened 13 other pull requests in 6 repositories
greyli/apiflask
5
merged
greyli/flask-docs-zh
2
open
1
merged
greyli/bootstrap-flask
2
merged
marshmallow-code/flask-smorest
1
open
pallets/flask
1
merged
pallets/markupsafe
1
open
Reviewed 6 pull requests in 2 repositories
greyli/flask-docs-zh 5 pull requests
flaskcwg/flaskcwg.github.io 1 pull request
Created an issue in greyli/bootstrap-flask that received 10 comments
The action URLs routes currently cannot contain variable types or they will not work with the render_table macro
The action url routes currently cannot contain variable types or they will not work with the macro. Example: @app.route("/a/<int:b>/c")
Originally …
10
comments
Opened 14 other issues in 6 repositories
greyli/apiflask
4
open
2
closed
- Keep the local spec in sync automatically
-
Remove the auto-detection support of spec format and always use config
SPEC_FORMAT - Support to customize base response schema
- RFC: Import fields from Marshmallow selectively and remove some aliases
- RFC: Import and rename decorators from Marshmallow
-
Add a
flask speccommand to generate spec to a local file
