Jay Marcyes

Results 83 comments of Jay Marcyes

https://github.com/Jaymon/endpoints/issues/118

## Links I had open * [Tornado Async support issue](https://github.com/tornadoweb/tornado/issues/2666) - still open as of October 10, 2021 * [Python ASGI web frameworks benchmark](http://klen.github.io/py-frameworks-bench/) - Something called [blacksheep](https://pypi.org/project/blacksheep/) is the...

Some notes I had open while messing with Daphne: ``` daphne -b 0.0.0.0 -p 4000 asgi:application pip install daphne request object: args (1) = ( 0: { 'type': "http", 'http_version':...

This is cool, thank you for sharing. I'll look into RFC7807 when I finally get to making the error handling better

I think json errors can use this when an Exception or list of exceptions is all that is in the Response body in development and by default: * https://datatracker.ietf.org/doc/html/rfc9457 I...

This could be done in call.Param's handle method. Basically do a `try/except` and then check if there is an `errmsg` flag, if there is then raise a new `ValueError` with...

it could actually just look for a `controllers` module in the current working directory, or look for all `controllers` modules in all the PATH

https://github.com/Jaymon/endpoints/issues/123

This was also closed in f19fd6b7d8c4eab4b865e1ebe36b50416ac72ac1 but I forgot to mention it in the commit message

uWSGI and async: * [chat example code](https://github.com/unbit/uwsgi/blob/master/tests/websockets_chat_asyncio.py) * [uWSGI asyncio docs](https://uwsgi-docs.readthedocs.io/en/latest/asyncio.html) search: * uwsgi asyncio