Paweł Piotr Przeradowski
Paweł Piotr Przeradowski
The only safe way to do it would be to provide after-fork callback where such things could happen. Instantiating a loop in a master process before forking children would have...
It's a wart in the API design, I need to refactor this part. What is happening here is that an error is generated in an error handler and since request.Response...
@kianxineki The error doesnt happen because of invalid JSON. Python JSON module will happily transform a list in a JSON array. I don't impose any extra restrictions here. This happens...
This is expected. Coroutines have a considerable performance hit due to cost of `loop.create_task` which is very high. Japronto is able to rewrite simple coroutines with no await into functions...
Japronto only supports and was __developed specifically__ for __x86_64__ architecture preferably with SSE4.2 extensions. I have no plans to support other CPU architectures unless there is a dedicated contributor that...
The project started as a toy load balancer/reverse proxy scriptable for other microservices over low latency network so some directions and decisions I took stem from that. 1) in case...
What is your Linux platform? Can you paste output of `uname -a`. Japronto only supports x86_64.
I guess it's something about wheels being incompatible with your platform, or that pip bundled with python3.5 is unaware of the wheels. I always use virtualenv instead. You could try...
So after all the arguments brought here I am leaning towards IRC, I looked into other projects' Gitter channels for a while but it felt dead indeed and not interactive...
I decided to try Slack, but is there a way I can disable the invitation madness? I tried adding domain names into whitelisted e-mail domains but it won't allow me...