-
I made the (possibly working?) hash function last semester, but we haven't used it or modified it since. It needs to be called by the pruning algorithm, and tested to make sure it works.
-
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 …
-
As a consumer of jetstream, I'd like to request columns of events using a deterministic partition function.
# Rationale
The number of events consume by jetstream is large and growing. Allowing consu…
-
Hello, Wouter once again!
Firstly, big thank you for help to look for "new place" of your great codes ;)
Secondly, i have specific question to you:
I test your latest Unbound-1.9.2 in conjunction…
-
Hi Dirk, sorry if this is not exactly as much effort as you expect for an issue, I just wanted to flag something reported to *collapse* ([#648](https://github.com/SebKrantz/collapse/issues/648)), whic…
-
Currently `-y` / `--use-hash` and `-g` / `--generate-hash` are not working, yet.
-
When using an alternative hash function to the default (sha256), GRPC store doesn't receive which hash function to use.
-
Name の定義に出現する:
```lean
inductive Name where
/-- The "anonymous" name. -/
| anonymous : Name
/--
A string name. The name `Lean.Meta.run` is represented at
-/
| str (pre : Name) (s…
-
Apparently there are two possible types of transformations applied to the -userKey as specified in the .lcpl. the "basic secret transformation" which does nothing to the user's passphrase (i.e. 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)…