-
Updated
Jul 28, 2020
ipld
Here are 49 public repositories matching this topic...
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Sep 5, 2020 - Java
-
Updated
Sep 5, 2020 - JavaScript
-
Updated
Aug 18, 2020
Ideally, we'd take a page from the https://github.com/multiformats/js-multiformats book and support cjs, esm, etc builds via rollup and friends to support multiple platforms/use-cases. Since this is designed to be a light-weight alternative to other ipds-based libraries, it should have a really low barrier to usage out of the box. In fact, moving forward, this should be a pretty critical require
Another possible method of filtering data would be using bayesian classification such as https://github.com/lytics/multibayes.
To complete this issue research should be done to see if this provides any notable benefits, and if so provide a small prototype of the functionality.
The ls and resolve commands shows my .pinset entry as having a size of 60. Let's force it to add units in all cases.
? > ls
. 2.4G QmSc9pcnm4N1QC1u2oSNL6eRgFjxDq2Aex6cGhTkvw91xc
.pinset 60 QmYJmoKWDFh1wmZLATh3fiVzMuhhTyNm9NLGuLEJM7HdNZ
dapps 17.5M QmQN6bA5YEPEaPDUDLq6o9fm24Ye2bbnA4YUT2rBeAR5cm
foo 2.4G QmPkNdFzNFZfM9QixL3ZowBNvveFmufbnRuM36K1SrnmB1-
Updated
Jul 30, 2020 - JavaScript
-
Updated
Nov 20, 2017 - JavaScript
Currently the FileAPI is only capable of uploading single files, we should enable directory uploads
-
Updated
Sep 4, 2020 - JavaScript
-
Updated
Dec 22, 2017 - JavaScript
-
Updated
May 30, 2018 - JavaScript
Improve this page
Add a description, image, and links to the ipld topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the ipld topic, visit your repo's landing page and select "manage topics."
Since
Cids are already cryptographic-hash-based objects, it makes sense not to do too much extra work hashing them again when used asHashMap/HashSetkeys; the hash_hasher crate could be used to improve the performance.