-
Notifications
You must be signed in to change notification settings - Fork 48
post: add post for js-ipfs 0.32 release #171
Conversation
License: MIT Signed-off-by: Alan Shaw <[email protected]>
content/post/43-js-ipfs-0.32.md
Outdated
|
||
Slice and dice your DAG nodes the way _you_ want™️. When adding data to your IPFS node you can now specify the size of the chunks it creates from your data or even use [`rabin` fingerprinting](https://en.wikipedia.org/wiki/Rabin_fingerprint) to create some fancy variable length chunks for better deduping. | ||
|
||
[Rabin](https://www.npmjs.com/package/rabin) is an [optional dependency](https://docs.npmjs.com/files/package.json#optionaldependencies), which means that to use it you'll have to install it in your project first with `npm install rabin`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sounds more like instructions for peer dependencies in npm 3+ rather than optional dependencies
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 thanks, will fix
@achingbrain hows that? |
LGTM. Do you think it's worth mentioning that you need build tools installed for native modules? |
You mean in addition to what I've already mentioned? |
I mean all the stuff from the 'You will also need to install' section here: https://github.com/nodejs/node-gyp#installation It might be outside the scope of this blog post though. |
I'll add a link to that I think... |
CI is broken, merging so we can manually release |
No description provided.