Sep Dehpour

Results 208 comments of Sep Dehpour

Cool. I will add it to the docs. Thanks.

@acidbotmaker Yeah that is a great idea. Much simpler than `post = type('Post', (Root,), {})()`

Hi @ckdanny Thanks for reporting this. I will check.

@Eric-Vignola interesting idea. Currently DeepDiff uses DeepHash to figure out identical objects before it starts digging into the ones that are not identical. Then and only then inside DeepDiff we...

Hi @TheAutomationWizard Thanks for reporting the bug. I will fix it when I have a chance. PR's are very welcome too.

Hi @patgarz Thanks for reporting this. Yeah I had technically dropped the support since the test suite doesn't include py 3.6 anymore. I'm gonna update the docs.

@cohml DeepDiff needs some dev work to detect changes in precompiled regex objects. Thanks for reporting it. If you would like to make a PR to address the issue, you...

Also it took me a while to find where to import Timestamp from. It was not in the docs. `from google.protobuf.timestamp_pb2 import Timestamp`

Hi @Zeutschler and @kad-buitea1 This looks like a bug. DeepDiff should keep track of the "ID" of the objects it has already visited so even if there is a self...

That must have been a mistake. We should make it consistent between diff and hash. Thanks Sep Dehpour > On May 24, 2022, at 3:10 PM, Mikhail ***@***.***> wrote: >...