-
### Describe the bug
`ccache` fails to build while cross-compiling on a `x86-64` host from `pkgsCross.gnu32`.
### Steps To Reproduce
Steps to reproduce the behavior:
1. Use `ccache` from `pkgs.p…
-
Hi, I need base32 uuid to encode hex uuid in filenames with fewer characters.
But I'm confused: 128/5=25.6. Should I use 25 or 26 characters? Similarly, nanoid choose 21 characters over 22 (128/6=21.…
-
This PR adds functions for encoding bytes using base 32 hex encoding. This encoding extends the usual hexadecimal digits rather than starting at A. Both encoding and decoding are written in unison, wi…
dolio updated
2 years ago
-
### Specification
The node ID of a Polykey keynode is the public key fingerprint (based on the root keypair of the keynode). As such, on a key renewal/refresh, the node ID of the keynode will also …
-
I'm trying to build pyodide from source on mac big sur 11.6 and wasn't able to get `make -C emsdk` to work. This is due to a patching failure in https://github.com/pyodide/pyodide/blob/89682dabfe32cb9…
-
### Specification
We'd like to canonicalise the representation of a keynode's node ID.
Recall that the node ID of a node is based on the public key of a keynode: it is a public key fingerprint. …
-
The following definitions are all currently missing a corresponding `Doc` in Base.
I've sorted them by length, presuming that definitions with shorter names are probably more important to document.…
-
Please answer these questions before submitting your issue. Thanks!
1. What version of Python are you using?
`Python 3.10.0 (default, Oct 7 2021, 04:19:18) [Clang 10.0.0 ]`
2. What oper…
-
The predict method always returns an empty list,but the other functions are natural.
-
### Specification
The current `GenericIdTypes` module is slightly out of place within the larger architecture of the `js-polykey` codebase. We should find some time to review this, and refactor its…