Mark Moes

Results 59 comments of Mark Moes

Fix for this particular problem (based on dev/ branch) reusing the solution by Max Rothman in 54c7267d: ``` $ git diff deepdiff/diff.py diff --git a/deepdiff/diff.py b/deepdiff/diff.py index 073dccd..d6850c8 100644 ---...

@Dreamsorcerer Should the Github CI build upon the tox/Makefile setup, or doesn't matter how it does the job as long as it lints tests and deploys?

@laggardkernel Did you get blocked on something, or just didn't get around to this? Otherwise, me (or someone else) could try to pick this up.

@Dreamsorcerer Just noticed that aioredis-py [suggests](https://github.com/aio-libs/aioredis-py/blob/master/README.md#-aioredis-is-now-in-redis-py-420rc1-) using the "original" redis-py instead > Aioredis is now in redis-py 4.2.0rc1+ Would you agree it makes more sense to refactor aiocache to use...

I don't know why the Bug label was added, it's not a bug. It should be labeled in relation to Documentation Improvements.

Sorry, yes, I actually meant to refer to the string representation. Thanks, a note would be great! Bit more background. When I extract data from a database (which wasn't Oracle...

I run into a similar need of capturing return values from the object spied upon. My solution was a wrapper around `unittest.mock.patch.object` which adds a side-effect to stores both function...

Didn't notice that you already implemented this with 1.11. Please disregard my comment. Awesome work by the way :)

> The `Document` class already has a built in `id` field that is generated when the document is created. It's type is `PydanticObjectId`, which clashes with the `UUID` type that...

Have you been able to reproduce this?