Sep Dehpour
Sep Dehpour
Hi @immarvin Thank you very much. Merged the PR. Will be modifying them and adding some docs soon. Will close this ticket once the changes are published on Pypi.
Hi @Mark90 Happy to hear you like DeepDiff! Thanks for bringing this up. I will investigate. Sep
Hi @ri0t That is an interesting idea. Yes it should be doable. Let me think about how to implement it.
This feature has turned out to be tricky to implement when `ignore_order=True`. Option1: Have some sort of threshold that rounds up numbers the way we are already doing it with...
Once we properly implement the delta operator for DeepDiff then you can get the delta of a DeepDiff result from the original object which should give you what is the...
This is because by default fast autocomplete normalizes words. As a part of normalization, it lowercases everything. But seems like maybe it doesn't by default do it for the synonyms....
Hi @agravier Good idea. Let me look into it. There are pieces that I need to open source and then the whole context dict will make more sense.
Hi @eiva What I recommend is to add these variations of words in the words dictionary. `acura rlx` and `test acura rlx`. We do already have code that does all...
Hi @jayaddison I have not had a chance to implement it. But basically the solution is called Gaddag: https://en.wikipedia.org/wiki/GADDAG I agree with you that it is easier to leave some...
@tomerav0 Yeah that works! In fact I have used something similar to your solution before too.