Arthur Pastel

Results 63 comments of Arthur Pastel

Another workaround I just found to hide the noqa from the IDEs as well is to use a markdown comment (actually an HTML one) ```python @property def attr(self): """Some attr...

I just tried with PyCharm Community 2022.2.1 and auto-completion seems to work perfectly. Which version of PyCharm did you use and how did you install ODMantic ? https://user-images.githubusercontent.com/15641577/188514628-7078fb38-875e-4b1d-b5b7-8ea6cc91ca13.mov Please reopen...

Great, thanks for the amazing work 😃

Yes, this is a bit out of scope since Migration would typically give you access to the DB driver directly, and thus building migrations directly with ODMantic could be complicated...

Everything looks good! Thank you for the contribution. Sorry it took that long to merge this PR.

Awesome @tiangolo, thank you! Can't wait to see the bulk writes, for sure this will improve the overall ODM performances!

> I went ahead and removed the "optional" PyMongo parts and made them required. I agree, having pymongo required makes complete sense! Closing this one in favor of #231

Can you add more details (screenshots maybe) on the problem? It doesn't seem very easy to reproduce right now.

Awesome @tiangolo ! I just reviewed everything and it looks perfect to me. There is just a tiny rebase required and it will be good for a merge! I can...