tabebqena

Results 18 comments of tabebqena

@jugmac00 As a theory, it is possible to have 2 flask applications that run as separate processes and execute [this line](https://github.com/jugmac00/flask-reuploaded/blob/da60767ec7f80ce389aadd5571cbfcce812d3215/src/flask_uploads/flask_uploads.py#L336) or [this line](https://github.com/jugmac00/flask-reuploaded/blob/da60767ec7f80ce389aadd5571cbfcce812d3215/src/flask_uploads/flask_uploads.py#L364) at the same time or before...

> I am not overly happy with the random suffix, as you usually do not expect a file upload to be renamed. In our case the user should expect that...

You shoud refresh the bash enviroment. (close and open again )

use firebase.put function `put(self, url, name, data, connection, params=None, headers=None): """ Synchronous PUT request. There will be no returning output from the server, because the request will be made with...

@CarMoreno I didn't use it long time ago, Could you please refer to the source code . [Put method](https://github.com/ozgur/python-firebase/blob/0d79d7609844569ea1cec4ac71cb9038e834c355/firebase/firebase.py#L289)

> Currently I am the only one who creates releases, so I think it is not a very urgent issue. In one trial of my pull request, the `tox` ran...

Actually I searched a lot and found nothing, So I started to create initial library to integrate with ETF-Forms. For testing : [Pony-WTF](https://pypi.org/project/pony_wtf/#modal-close) For source code & contribution: [Pony-WTF](https://github.com/tabebqena/Pony-WTF)

I think that there is many drawbacks result ing from the backward compatibility. Also, You should hesitate :) because a lot of changes will make scope creeping. In the `default_dest`...