Grey Li
Grey Li
I would go with the `recreate_engines` method. Is it possible to just put the logic into `_call_for_binds` (which will be called by `create_all`, `drop_all`, and `reflect`)? In this way, there...
> Could you file an issue to the project, please? My colleague in the translation team has already submitted the issue to babel (https://github.com/python-babel/babel/issues/787). Thanks!
Bootstrap-Flask can't work together with Flask-Bootstrap, you have to uninstall them then reinstall Flask-Bootstrap: ``` $ pip uninstall bootstrap-flask flask-bootstrap $ pip install flask-bootstrap ``` Sorry for the inconvenience, to...
Hi guys, I finally re-implemented this in #556. With the new PR, the `FileRequired`, `FileAllowed`, and `FileSize` can be used for both single or multiple files.
Hi, I would like to help to maintain this project. See more background here: https://github.com/greyli/flask-extension-status Please grant me the repository maintenance and PyPI permission (ID: greyli). I will help to...
Thank you!
> Sorry @greyli, I forgot ... I've added you to the PyPI project now. Would you mind adding a git tag and finishing the 0.9.1 release? It's okay. Sure, I...
0.9.1 version released: * https://github.com/fedora-copr/flask-whooshee/releases/tag/v0.9.1 * https://pypi.org/project/flask-whooshee/
Please add unit tests for the new API.
Close as preferred to #375. In 2.0, maybe we should stop adding a default 200 response to bare views if we can't find a way to tell if a view...