Mudassir Khan

Results 8 comments of Mudassir Khan

thanks @BoboTiG ! I have been trying to resolve this bug since two days.

Shouldn't the context manager take care of this? this can just happen behind the scenes, just a thought.

Encountered another issue with this, this time its a too many open files error, the open connection originates here: `self.xlib.XOpenDisplay(disp)` So basically we aren't closing our connection to the X11...

I'm facing a similar issue with `max_length` param in `Field`. I filed an issue here: https://github.com/tiangolo/sqlmodel/issues/148, then realised this is a similar issue so closed it.

With @Chedi 's workaround, I still get an error on Mypy: `error: Signature of "__tablename__" incompatible with supertype "SQLModel"`. Only `# type: ignore` works.

@yao-eastside did you get a solution to this?

Hey @darraghenright , I'm facing the same issue, how did you resolve it?

Thanks for the reply, I think this kind of an approach will work for me.