-
There is no obvious reason for using `object-hash` here and it adds 32kb to the bundle size.
https://bundlephobia.com/result?p=use-async-resource@2.2.1
gajus updated
2 years ago
-
The [spl_object_hash](http://php.net/manual/en/function.spl-object-hash.php) method returns an unique identifier for an object. I would use it instead of getConnectionMask.
-
Hello
I'm trying to use `object` method to wrap up some not hash data to my custom class and it doesn't work.
For instance, I have a class
```ruby
class SomeClass
object :foo, class_name: …
jomei updated
7 years ago
-
### Environment
- GitExtensions version: 5.1.1.17970
- GIT version: Git 2.47.0.windows.2
- OS version: Microsoft Windows NT 10.0.22631.0
- .NET version: 8.0.10
### Issue description
Background: W…
-
### What is the problem this feature would solve?
With the following build,
```ts
const result = await Bun.build({
entrypoints: ['index.js', 'second.js'],
naming: '[hash].[ext]'
})
```
This …
-
# Bug report
### Bug description:
here is a reproduction of the issue:
```python
import pickle
class Foo:
def __init__(self):
self.x: object = {self}
def __hash__(self)…
-
There are a bunch of our types which implement `==` but not `hash`, which leads to confusing behavior and bugs. E.g. for a vector consisting of two such objects which are equal but not identical, the …
-
### Checks
- [X] I have checked that this issue has not already been reported.
- [X] I have confirmed this bug exists on the [latest version](https://github.com/prefix-dev/pixi/releases) of pixi, us…
-
I imagine since you already have the ability to hash character vectors, it may not be too difficult to add the ability to hash serialized versions of other objects.
``` r
serialize(list(),connection=…
-
### Why?
Currently, IDs of the city objects are meant to be any kind of unique identifiers without any restrictions. Messing around with different open datasets, I haven't seen a meaningful and funct…