Andrey Semakin
Andrey Semakin
Can somebody post full env.py file with [Mark Steward's solution](https://github.com/miguelgrinberg/Flask-Migrate/issues/61#issuecomment-208131722) merged please?
+1, docs are required
Found actively developed alternative: https://github.com/moroshko/react-autosuggest
@cablehead please consider marking the repo as archived. Also, it would be nice to put a link to a maintained fork (by @poppyred) at the top of the README. Thanks...
Hi @yuhr123! Thank you for your contribution! Could you please explain how to reproduce the error you are trying to fix? What version of Python does it affect -- 2...
Maybe you wanted to do the opposite? ```python if sys.version_info[0] < 3: key = flask_secret_key else: key = flask_secret_key.encode() ``` So don't `encode` on python2 as `str` is already a...
Looks relevant to https://github.com/lingthio/Flask-User/pull/229
I agree that this is a very important functionality. The only reason it is not yet merged is the lack of maintainers time. I plan to review and merge the...
Hi @carrete! Thank you for your contribution! I am afraid that we can not accept this changes to `v0.6` branch as it is not actively developed or maintained. Could you...
Hi @carrete! Just wanted to try if it will work :) Source branch (`carrete:gh-issue-177`) is started from `0.6` so it can not be merged into `master` without conflicts (file moved):...