-
This seems like odd behavior to me:
```
irb(main):023> u.is_a?(WorkOS::DirectoryUser)
=> true
irb(main):024> u.to_hash.is_a?(WorkOS::DirectoryUser)
=> true
```
-
Right now duplicates are removed by using hashes and the set operator. However these objects are mutable and these values changing can lead to unpredictable results. See: https://eng.lyft.com/hashing-…
-
### What is the problem this feature would solve?
It would allow you to hash an object fast. object-hash or stringifying an object are not ideal. It's really ugly to stringify an object just to has…
-
**Describe the bug**
Lage getHashForFiles() function throws an exception when attempting to get the hash of a symlink
**To Reproduce**
Steps to reproduce the behavior:
1. Start with a mono…
-
### Problem Description
Currently it impossible to use `DisjointSet` objects as keys due to the lack of hashability. For example, `hash(DisjointSet(5))` gives an error `TypeError: unhashable type: 's…
-
It's glassbox testing to say that an object must contain certain hash fields and should not be encouraged. Unfortunately the `object` doc example spends half its time on this.
This is particularly eg…
-
### Is your feature request related to a problem?
No animation allows users to highlight an object on the screen
### Describe the solution you'd like
Add some improved animation that allow…
-
### What happened?
After calling the native function `GetClosestObjectOfType` on a non-networked object, the object unexpectedly becomes networked.
### Expected result
The object should remai…
-
https://stackoverflow.com/questions/17016175/c-unordered-map-using-a-custom-class-type-as-the-key
-
Same cid and same oid - different content of the object.
Got this during https://github.com/nspcc-dev/neo-go/issues/3647#issuecomment-2443396298
## Expected Behavior
Same cid and same oid - same …