Papavassiliou Vassilis

Results 14 comments of Papavassiliou Vassilis

Do you have any updates on this?

I have successfully build qtile from source, I have copied the default `config.py` to `~/.config/qtile/config.py` and I have added the following snippet to the very beginning of my config: ```...

@oz123 What's exactly the issue when it comes to global request / response? Is it about performance that stumbles in framework implementation? As mentioned earlier bottle still scores well in...

@defnull First thing first Congrats for bottle! I am familiar with thread-local request/response of bottle, as well as with WSGI limitations. I was not referring to async support at all....

BTW @oz123 I too prefer explicit coding! Makes py.test way more easy

Ok, it IS pretty obvious: Jinja2Template.settings = { 'extensions': [CompressorExtension] }

Ok, thats how you add extension on bottlepy Jinja2 env. I actually want to set some attributes on JInja2 Environment: For instance this is the process described on jinja-assets-compressor: env...

I use bottle in production for 4 years now and it's quite stable. 1. You can use gunicorn or uWSGI with for multithread/ multiprocess server setups. If non blocking IO...

Still we have pip install problem (at least for python 3.6) AttributeError: module 'importlib._bootstrap' has no attribute 'SourceFileLoader'