Gaganpreet

Results 7 issues of Gaganpreet

Very helpful project, thanks! I came across a small issue: I use [this recipe to simplify the operation ids](https://fastapi.tiangolo.com/advanced/path-operation-advanced-configuration/#using-the-path-operation-function-name-as-the-operationid) generated in the OpenAPI schema. A caveat of applying this simplification...

enhancement

Currently using 5.3.1, upstream (as of now) is at 6.4.0

enhancement
javascript

https://www.uvicorn.org/deployment/#gunicorn

enhancement

https://github.com/charliermarsh/ruff

enhancement

This fixes Google authorization by relying on an external Python script to handle redirects. I tested a couple of scenarios and it works fine on my end. I stuck to...

fill="currentColor" is missing in the Bluesky icon making it stand out from other icons (see image). This was the only icon with the missing fill attribute and I presume it...

I ran into an issue with using this package with my multi bind session. I am doing something like this: ``` async_engines = { DatabaseType.POSTGRES: create_async_engine( str(config.ASYNC_DATABASE_URL), **db_engine_params ), DatabaseType.CLICKHOUSE:...