Max Rothman
Max Rothman
Good idea! Once we've standardized the monster pages with a custom Sphinx domain, we can probably do this pretty easily.
I actually didn't just add this because I like my hackervision. I think there's a real use case for people sitting at a slightly dim table using the site from...
The most important part of this issue will be deciding whether calling the mode "dungeon mode" is too cute, and where to put the torch on the page when you...
I'm not sure I agree with the approach of magically deciding whether to do `isinstance` vs `==` vs `is` comparison. Classes are also objects, what you want to exclude a...
Thinking about this a little more, being able to match based on ID or `==` would also be useful in `DeepSearch` for matching the thing you're searching for. Additionally, I...
Looking at this design, I think it could be simplified to the following: ```python DeepDiff(t1, t2, exclude: List[Callable[[itm], bool]]) # e.g. DeepDiff(t1, t2, exclude=[lambda x: x==1, lambda x: isinstance(x, DateTime),...
Any movement on this? I'd love to have this feature, it's the one thing keeping me from using direnv currently. At work we have python-based CLIs in our repos, and...
Hi! Is there any progress on this feature?
@ikitommi as I said above: > I'm happy to contribute a PR for this if you can point me in the right direction. I see that part of the problem...
Unfortunately I've moved on from the project that prompted me to file this issue, and I don't have the bandwidth to contribute a PR anymore. Thanks for the help @wandersoncferreira,...