Adeel Khan
Adeel Khan
I have been interested in trying out COPT, having it supported in python MIP would make it very convenient to do so!
I feel like @Kostanos's config is right, since the option is originating from [here](https://github.com/nodemailer/smtp-server/blob/b910a5b2654bed70405e616ba95e91da85216a98/lib/tls-options.js), though I'm still having a bit of trouble getting my ssl emails routed right
Hi - are there any bugs outstanding with 1.16? Do you think this could be released soon? Thank you!
hi @h-g-s, would you be able to help with conducting an official 1.16 release? And including [this bugfix](https://github.com/coin-or/python-mip/commit/cb62f0745d704470b3f5e7bfd99d6896a6c709b0), which is absent in 1.16rc0
This would be very helpful! React json schema form uses [ajv](https://github.com/ajv-validator/ajv) for this, maybe that library would be helpful here too?
And worse - on Big Sur, it prevents Finder from launching entirely
Though pip is unable to install mitosheet on 3.12, poetry is able to do it just fine
could you do this with a `global`?
something like this - creates a connection if one does not exist, tracking prior connection globally ```py from prisma import Prisma _db = None async def get_db() -> Prisma: global...
Since everything is dynamically generated, I don't know how to fix this for one specific method. Also ideally the fix works for `pipe_to` as well, but I'm not quite sure...