-
Notifications
You must be signed in to change notification settings - Fork 461
Feat/implementations readability #2157
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
🚀 Build Preview on IPFS ready
|
| [auspinner](https://github.com/2color/auspinner) | go | CLI tool to deal with the pinning service API and upload files through bitswap. | | ||
| [barge](https://github.com/application-research/barge) | go | CLI tool with a git like workflow to upload deltas to estuary. | | ||
| [durin](https://github.com/ipfs-shipyard/Durin) | N/A | An iOS and Android app for exploring IPFS functionality and use-cases. | | ||
| [gomobile-ipfs](https://github.com/ipfs-shipyard/gomobile-ipfs) | go | Library oriented ipfs daemon to help embedding Kubo into a mobile app. | |
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.
[LanguageTool] reported by reviewdog 🐶
The verb ‘help’ is used with an infinitive. (ADVISE_VBG[3])
Suggestions: to embed
, embed
URL: https://learningenglish.voanews.com/a/everyday-grammar-gerunds-infinitives/2722827.html
Rule: https://community.languagetool.org/rule/show/ADVISE_VBG?lang=en-US&subId=3
Category: GRAMMAR
| [Estuary](https://github.com/application-research/estuary/) | go | Daemon oriented service to pin and onboard IPFS data into Filecoin. | | ||
| [ipfs tiny](https://gitlab.com/librespacefoundation/ipfs-tiny) | c++ | Tiny embeddable, os-independent IPFS implementation. | | ||
| [ipget](https://github.com/ipfs/ipget) | go | Minimal wget inspired tool to download files from IPFS nodes over bitswap. | | ||
| [js-ipfs](https://github.com/ipfs/js-ipfs) | javascript, typescript | Javascript implementation targeting nodejs and browsers [deprecated, replaced by Helia]. | |
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.
[LanguageTool] reported by reviewdog 🐶
The official spelling of this programming framework is “Node.js”. (NODE_JS[3])
Suggestions: Node.js
Rule: https://community.languagetool.org/rule/show/NODE_JS?lang=en-US&subId=3
Category: COMPOUNDING
Describe your changes
Just a slight re-org and re-format to make the IPFS Implementations listings in Concepts a little easier to read for someone totally new to the space.
Also removed the URL column because it was making the goals/summary section of each row hard to read.
Files changed
just
docs/concepts/ipfs-implementations.md
What issue(s) does this address?
Ergonomics, "market clarity"
Does this update depend on any other PRs?
nope
Checklist before requesting a review
Checklist before merging