Jordan Eremieff

Results 16 issues of Jordan Eremieff

### Discussed in https://github.com/jordaneremieff/mangum/discussions/256 Originally posted by **jrobbins-LiveData** March 20, 2022 The Mangum [doc](https://mangum.io/adapter/) shows this example of how one might handle a custom event: ```python def handler(event, context): if...

help wanted
improvement

Should add a section to the docs for third-party examples and guides using Mangum

help wanted
good first issue
docs
improvement

So I admittedly don't know how much may be involved here, but my initial thoughts are that including support for ASGI applications using Trio wouldn't require too much to implement...

feature
maybe

The approach in https://github.com/tiangolo/sqlmodel has me interested exploring a combined model for Django and Pydantic. I would consider doing a PR to that project, though it seems too specific to...

maybe

Currently the Postgres field types aren't supported (except JSONField). Maybe others.

Currently `mypy` is commented out in the test script until this is resolved.

I didn't include any docstrings or comments throughout the project because things were changing quite rapidly, but at this point I should go through and add these. Also a mkdocs...

documentation

Create actions for import and export behavior that supports the following formats: - JSON - CSV This would probably be implemented using a base admin view class or admin view...

enhancement
maybe

Is this project intended to be a single app example, or could it potentially include multiple examples of various features/usage with other libs? I am sitting on enough experiments and...

Implement voice control of viewer controls (scrolling behavior, transposition, etc.)

enhancement