Grey Li

Results 140 comments of Grey Li

For people who interested, I am maintaining [Bootstrap-Flask](https://github.com/greyli/bootstrap-flask) that based on Flask-Bootstrap and **support Bootstrap 4**.

Hi, thanks for working on this. I think this PR is still incomplete: - We shouldn't introduce a breaking change directly. The `CKEditor` class should be kept with a deprecated...

Just fixed this in [Bootstrap-Flask](https://github.com/greyli/bootstrap-flask).

> Could you explain a little more what pathto.__closure__[0].cell_contents does? I'm not familiar with the Sphinx theme either... Hey @davidism, could you explain what [this line](https://github.com/pallets/pallets-sphinx-themes/blob/main/src/pallets_sphinx_themes/versions.py#L132) does?

@lafrech webargs 8.3.0 added a `USE_ARGS_POSITIONAL` config for the parser, you can enable this in flask-smorest to ensure the argument order (actually you don't need to care about the order...

IMO, If you set the `include_package_data` as True, the automate include mechanism will not use. > If using the setuptools-specific include_package_data argument, files specified by package_data will not be automatically...

@mbr By the way, Could you have a look at #154, thanks!

For people who interested, I am maintaining [Bootstrap-Flask](https://github.com/greyli/bootstrap-flask) that based on Flask-Bootstrap and **support Bootstrap 4**.

The app factory does solve the problem. But in this way, we force users to use the factory to create an app. What if they just need to create a...