Julien Castiaux (juc)
Julien Castiaux (juc)
Hello, thank you to have redirected me here, I read some other issues (mainly related to SIGTERM/SIGKILL) but didn't read this one. Beware that using a single `--bind` option to...
On going development: 1) parametric URLs, it requires work on the converters 2) onclose/onopen callbacks, it requires work on the `_generate_routing_rules`
Congrats! :tada:
LGTM on the surface but I don't have the time to dig more into the PR and verify all I want. I would like someone else from the python team...
:tada:
We have been suggested to add `@route(type="custom")` where the body will not be parsed by the framework in order to let the controller deal with the request the way it...
Hello there, our branch has been merged. Thanks to the contribution of @lmignon we made the necessary changes to ensure you guys still have a way to enrich `@route(type=...)`, here...
@robodoo rebase-ff
In that specific paragraph it means the errors are correctly serialized when sent over RPC. The layers are what you would expect from any web framework: internet http server controller...
Indeed it is different in JSON-RPC. The JSON-RPC protocol is the one used inside the web client (/web). We want the traceback to be shown in such case.