Martin Trapp

Results 14 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...

`client.data.update` promises that the object will be created if it does not exist. The docstring states the following: ```python """ Update an object in the collection. This is equivalent to...

This version migrates from the depracated V3 python client to V4. Additional changes: - Migrates to Weaviate python client v4 - Minor adjustments on the frontend - Fix poetry issue...

**Description** Since PR #1040, the count method now respects skip and limit when calculating the result. This change is problematic because it breaks existing implementations that rely on count to...

action requested

**First of all, thank you for this fantastic package. 🙌** I really like the use of generators and yield statements. I found it extremely innovative, but unfortunately, it didn't work...