Jordan Eremieff

Results 23 comments of Jordan Eremieff

@ShedPlant >api_gateway_base_path does have 'api gateway' in the name, and ALB is not an API Gateway. So there's an argument it could be intentional? I'm not sure if it is...

Please implement #64. In particular, I am very interested in being able to change the userlist status icons to text symbols (the userlist status icons are obnoxious/an eyesore).

Hi @jet10000, Not currently, but this is something that could be added if someone was interested in doing a PR. I imagine it would mostly be a matter of creating...

@ievans3024 thanks for the report. I've merged some minimal support for file fields [here](https://github.com/jordaneremieff/djantic/pull/28).

Hi @zwx00, sorry for the late reply. It's not currently supported, but will merge any pull requests to resolve this. Not sure if I can point you in a particular...

@allen-munsch I've not used this in production myself, and this example was created prior to the introduction of general ASGI support to Django. I've since created another proof-of-concept taking an...

I have created an example ASGI app for Pyramid that may be viewed here: https://github.com/erm/asgi-examples/. It is uses an adapter class to convert the WSGI requests to ASGI responses.

@hyperknot I'm not too familiar with how Pyramid uses SQLAlchemy, but if presented as an ASGI application it may be possible.

To help keep moving this along (assuming there is still interest): I am interested in assisting with ASGI support here. There have been some significant ASGI spec discussions taking place...

The middleware in Mangum should work with Responder, but the API class creates directories/files by default [here](https://github.com/kennethreitz/responder/blob/master/responder/api.py#L104), this will raise a `Read-only file system` error in AWS Lambda. Not sure...