-
Hey there,
pesky feature request incoming! 😅
It would be great to have a utility to hash objects
Cheers
CHE1RON
-
### Prerequisites
Please put an X between the brackets as you perform the following steps:
* [x] Check that your issue is not already filed:
https://github.com/leanprover/lean4/issues
* …
-
Currently using `mygit hash-object` computes the object ID value for an object and writes the resulting object into the object database. It also reports its object ID to the standard output.
We d…
-
As a part of performance work, I have been looking into generating hash functions for Model objects ([see my WIP branch](https://github.com/dart-lang/macros/compare/query-invalidation)). It isn't too …
-
Today we use the hash of the tx request (ie the hash of the first private function call in the tx, including the entrypoint contract address) as an identifier, which gets emitted as the first nullifie…
-
## The Problem
```
$ echo 'use MONKEY-TYPING; augment class Hash { }' > Busted.pm6
$ perl6 -I. -e 'use Busted; my %h{Any}'
===SORRY!===
Cannot invoke this object (REPR: Null; VMNull)
$ echo …
jnthn updated
1 month ago
-
Currently the `DeepCollectionEquality` code has it's own implementation of combining hashcodes, see [lib/src/equality.dart](https://github.com/dart-lang/collection/blob/85e987cf1b8aaba60bdc8b16dd1ee62…
-
I'm looking into using dill as a key ingredient in generating consistent hashes of Python objects, especially scikit-learn Pipeline.
I would use it like this:
```
def compute_hash(x) -> str:
…
-
The `verify_digest` should explicitly fail if used with CurveEdTw, otherwise it leads to very hard to understand error:
`AttributeError: 'PublicKey' object has no attribute 'order'`
By the way, …
-
Native Kubernetes patterns typically facilitate the control of sensative infromation such as password hashes to secrets. Using the secret pattern also allows users to leverage gitops patterns for chan…