You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use of undeclared Var hasch.core/byte-array
55 | all bits of the hash compared to 128 bits for the UUID-5. Both should be safe,
56 | but b64-hash is safer towards collisions."
57 | [val]
58 | (b64/encode (byte-array (edn-hash val))))
59 |
60 |
Is this because byte-array only exists in Clojure and this is a .cljc file?
The text was updated successfully, but these errors were encountered:
I know this is fixed in latest source, so this issue in the wrong place. But that error message keeps popping up for me.
io.replikativ/konserve {:mvn/version "0.5.1"}
io.replikativ/hasch {:mvn/version "0.3.7"}
Perhaps "0.5.1" somehow uses an older version?? I'm thinking that having now put "0.3.7" in things should be okay.
Use of undeclared Var hasch.core/byte-array
55 | all bits of the hash compared to 128 bits for the UUID-5. Both should be safe,
56 | but b64-hash is safer towards collisions."
57 | [val]
58 | (b64/encode (byte-array (edn-hash val))))
59 |
60 |
Is this because
byte-array
only exists in Clojure and this is a .cljc file?The text was updated successfully, but these errors were encountered: