-
When I attempt to build bundy with boost version 1.60, it fails with these errors because the BOOST_PFTO_WRAPPER() macro is no longer part of boost:
In file included from encode/base_n.cc:15:
../../.…
-
### Is your feature request related to a problem? Please describe.
From this issue https://github.com/multiformats/js-multiformats/issues/124, it is clear that the highest sortable encoding right n…
-
To install your library I had to do the following:
```bash
pip install grammar
python -c "import grammar"
# ModuleNotFoundError: No module named 'spacy'
pip install spacy
python -c "import…
-
sqlite does support byte arrays as blobs but unfortunately it doesn't seem like rqlite does due to the json api.
Rqlite [suggests](https://rqlite.io/docs/api/api/#blob-data) using inline hex which we …
-
In TTML2's `` element, an [`encoding`](https://www.w3.org/TR/ttml2/#embedded-content-attribute-encoding) can be specified, being one of:
* base16
* base32
* base32hex
* base64
* base64url
Do…
-
Related to #842, but can be done out of order.
Add a member like:
```haskell
branchHashLength :: Int
```
which should return the smallest number of base32hex characters necessary to uniquely id…
-
Looking through all the `package.yaml`s and our optimization flags are all over the place;
* Some packages have an `optimize` flag, half of these default to "on", half off
* Some packages set `-O0…
-
With `network-byteorder`:
```
COST CENTRE MODULE SRC %time %alloc
gmpInverse.r Cr…
-
I recently started working on a new implementation and I wasn't sure if what I think is required as a baseline is consensual, after discussing with a few peoples it seems to be fairly consensual on:
…
-
The string ``"Base64"`` is strictly no valid Base64 string but decoding it with Guavas ``BaseEncoding`` utility does not fail because only the padding at the end is missing. This is the valid version …