Rami Awar

Results 132 comments of Rami Awar

Hey guys, I created a small ORM that would solve this issue. It's based on Pydantic and wraps PyMongo, and it's nothing fancy yet just something that I use in...

I'm using this in a separate FastAPI app, worked perfectly when I changed the AsyncBoundLogger to BoundLogger only. Also for some reason, I'm now getting some logs surfacing from internal...

Though this would be useful for the getting started page on the website, not the actual library. Less troublesome for developers to go into their dev tools and find the...

@sl0thentr0py Note that the SentryASGI Middleware seems to be swallowing Starlette ServerErrors. Had some trouble figuring this out myself, since I was using Streaming Responses and was only seeing RuntimeErrors....

> Hey @RamiAwar ! Thanks for the pointer, I will take this into account when I am testing our new Starlette (the base of FastAPI) Integration next week! Just to...

The docs specifically mention: ``` import { SapperRequest, SapperResponse } from '@sapper/server'; function get(req: SapperRequest, res: SapperResponse, next: () => void) { ... } ``` But this doesn't work for...

@laurentS I got it to work at some point, but it didn't result in autocomplete functionality. I ended up using Polka's Request and http ServerResponse.

Was this merged in? Had to apply these changes manually to get it to work locally for me.

Can we get this approved?

I tested it and it works