Sep Dehpour

Results 208 comments of Sep Dehpour

You don't have to use regex. You can completely modify it. In fact there is no need to subclass the base operator then: ``` class MyOperator: def __init__(self, include_paths): self.include_paths...

I added this example in the docs too: https://zepworks.com/deepdiff/current/custom.html#custom-operators

@jjw24 Yes it is exactly because of what you are describing here. Since we compare values of keys at the same path, the decision to report the dictionary item added...

Thanks! Please consider starring it on github if you want!

Probably some time in November. > On Oct 18, 2021, at 3:52 PM, Jeremy Wu ***@***.***> wrote: > >  > Already have :) > > Do you know roughly...

Ok I think we can introduce the `verbose_level` parameter to the pretty print too.

Hi @Iftahh This is going to be tricky especially with `ignore_order=True` since we create the hash of all objects and won't know what we will be comparing that object to...

Hi @oscar-bardrick-h24 Thanks for reporting the issue. I have not used SAM before. Is this the same issue? https://github.com/aws/aws-lambda-builders/issues/114

Lol I just saw your comment on the same ticket.

I'm not sure what exactly needs to change on our build. Maybe we wait to see if that ticket on aws-lambda-builders is addressed? I'm not sure when I will have...