kosz85
kosz85
I agree, pyes need some speed oriented works. In my opinion rewriting it to use only ultrajson isn't a good idea. It might be an option in config, but it...
The problem is that werkzeug is using standard django WSGI handler from `from django.core.handlers.wsgi import WSGIHandler`, so if it's not overwritten then it fails. And I didn't found setting to...
No I'm just using django-devserver. I think it's easier and less time consuming to use nginx with uwsgi or django-devserver then rewriting werkzeug. If this is not an option, you...
Me too :) I have already fork anyway. Looking at count of unprocessed pull requests project is dead, maybe just announcement about project moving at issues and pull request will...
Great job! :) What you think to merge also #65? It's just adding some kwargs, but that is making it ultra-pluginable. I used it on my project making schema able...
I had same problem. Sway wasn't starting. I opened `regolith-session-wayland` and found some info about missing `xrescat`. ``` sudo apt install xrescat ``` EDITED I assumed this fixed my problems,...