Martin Trapp

Results 6 issues of Martin Trapp

I noticed that `__init__`'s kwargs are currently unused while `init_app` could use for additional configurations which could added upon object initialization in case an app or blueprint instance added along...

Related to: #759 Also related to: [michaelkryukov/mongomock_motor#39](https://github.com/michaelkryukov/mongomock_motor/issues/39)

`tox.ini` format seems to be incompatible with latest version of tox. I receive the following errors with tox==4.14.1: failed with pass_env values cannot contain whitespace, use comma to have multiple...

**Is your feature request related to a problem? Please describe.** I have concerns about having psutil as a default dependency. As far as I know, this package requires GCC, leading...

enhancement

I noticed there is an email_dispatched blink signal object available in this package, which sends a signal every time an email is sent. I'm trying to connect to this signal,...

**Describe the bug** Since upgrading to Beanie 1.27.0, we've encountered several serialization problems with PydanticObjectId and Link objects. It seems that PydanticObjectId no longer automatically casts itself to a string...