tabebqena
tabebqena
If it possible, It will has benifit to add the twine check in tox: `python -m build --sdist --wheel . python -m twine check dist/*` That commands run by the...
- Fix broken examples. - Rearrange documentations structures. - Shorten README.rst
Thanks for great work. Just, I suggest to update the documentation which is still copied from `flask-uploads` documentations. As an example, This code is present in the documentation in the...
Thanks for developing this needed package. Is it has support for multiple workers / theads or greenlets?
Is there is library to auto generate form by consuming the Entity declaration, Like: `Django` , `SQLAlchemy`?
After successful authentication, What is the type of g.flask_httpauth_user that is added by the `@login_required` decorator? I expect to find `user` object, But As I can understand from the source...
* Add the ability to get the instructions written in [https://dontkillmyapp.com](dontkillmyapp) website using its api v2. * Ability to display the instructions in webview
As a backup method, I suggest to add instructions text to the user. This will be beneficial if the manufacturer change the intent (Xiomi change the intent from version to...
This is edje case at which, 2 or more app instances that run simultaneously try to upload file with the same name to the same 'UploadSet' . I checked the...