Volker Mische
Volker Mische
Currently the Selectors spec is about how Selectors are defined and which kind of data is returned. But there is no detail given on how to actually implement things. There's...
I just found a wonderful tool called [remark-validate-links](https://github.com/remarkjs/remark-validate-links) which checks for local links. I plan to add a TravisCI job to run that on this repo to make sure we...
The IPLD Data Model describes a Map kind. The description should be expanded that the IPLD Data Model only allows for unique keys. There's related discussion at https://github.com/ipld/specs/issues/47.
Numbers can be represented in different ways in CBOR. We should specify how they should be encoded so that all implementations will result with the same binary representation, hence the...
When you store data serialized as CBOR in IPLD there are restrictions on they keys that can be used in maps. This needs to be documented in the spec. The...
- **Version**: current HEAD - **Platform**: Firefox on Linux - **Subsystem**: dialer #### Type: Enhancement #### Severity: Very Low #### Description: The error reporting in Firefox is worse than in...
Currently PRs [cannot be built on Travis CI](https://travis-ci.org/cogciprocate/ocl/jobs/606107323) due to: ```console $ sudo -E apt-get -yq --no-install-suggests --no-install-recommends $(travis_apt_get_options) install intel-opencl ocl-icd-opencl-dev Reading package lists... Building dependency tree... Reading state...
In rust-multihash the digests are generic over their size. It should be possible to support arbitrarily sized Blake3 hashes. Currently the code will panic if you try a size differently...
Most hashers implement [RustCrypto's `Digest` trait](https://crates.io/crates/digest). Once https://github.com/RustCrypto/hashes/pull/228 lands all hashers except for `strobe` implement the `Digest` trait. We could then think about using the `Digest` trait directly instead of...
This commit also adds a multi-page landing page.