-
Creating a new issue from, https://github.com/seperman/deepdiff/issues/194#issuecomment-631799918
using the current dev branch as of today other than adding a wrapper on the __init__ method. I did …
-
**Describe the bug**
DeepDiff is not pointing out different objectIds (bson/mongodb) in dicts.
**To Reproduce**
Create two dicts with two different ObjectId inside of them and use DeepDiff()
*…
-
It will be nice to have `ignore_order` option:
```
from dictdiffer import diff
first = {'a': [1,2]}
second = {'a': [2,1]}
result = diff(first, second, ignore_order=True)
assert list(result) == []
…
-
In #6640, it was pointed out that groupby() doesn't work on non-numerics. The issue: `hash()` is used to group, `hash()` gives different responses for different Python processes. The solution was to s…
-
**Describe the bug**
Installed `turbo-sdk` to use in vite react app; errors when building:
```
RollupError: "createHash" is not exported by "__vite-browser-external", imported by "node_modules/.pnp…
-
I am trying to upload image and metadata with bundlr. In node js environment this code is working, but in react vite typescript app I am getting this error:
```
TypeError: this._stream.destroy is n…
-
I've noticed that the hash of an object is the same if a list contained in the object has items moved around. E.g.
```
obj1 = {"key": [{1: "one"},{2: "two"}]}
obj2 = {"key": [{2: "two"},{1: "one"}]…
-
go1.19beta1 is nearly unusable with a default Emacs config. (Not looking for Emacs or `git clean` help)
Go 1.18.3 runs tests fine:
```
bradfitz@tsdev:~/src/tailscale.com/util/deephash$ ~/go/bin…
-
-
## 🐛 Bug
I get this error while trying to pass a tensor to a work's run method: (tried locally so far)
```python
INFO: Your app has started. View it in your browser: http://127.0.0.1:7501/view
…