Davide Rossi
Davide Rossi
Maybe not an issue and I'm just missing something. I'll try to explain me with some code I have a situation like this: ```python class UserStatusResource(ModelResource): class Meta: model =...
Flask 0.11 started to print out warnings about deprecated format of importing modules: "ExtDeprecationWarning: Importing flask.ext.cache is deprecated, use flask_cache instead."
I just want to check what others think about Flask-Babelex... As of today the two are not API-compatible anymore. Flask-Babelex development seem stuck and Flask-Babel in the recent days got...
On _Ubuntu Server 14.04.2 LTS_ launching `./Buildit` script gave me some `pthread_*` undefined references when compiling file `OSMutex.cpp` I solved editing Buildit script moving "-lpthread" as the last -l option...