-
Updated
Jun 30, 2021
IPFS
IPFS (InterPlanetary File System) is a peer-to-peer distributed file system that seeks to connect all computing devices with the same system of files.
In some ways, IPFS is similar to the World Wide Web, but IPFS could be seen as a single BitTorrent swarm, exchanging objects within one Git repository. In other words, IPFS provides a high-throughput, content-addressed block storage model, with content-addressed hyperlinks. This forms a generalized Merkle directed acyclic graph (DAG).
IPFS combines a distributed hash table, an incentivized block exchange, and a self-certifying namespace. IPFS has no single point of failure, and nodes do not need to trust each other, except for every node they are connected to. Distributed Content Delivery saves bandwidth and prevents distributed denial-of-service (DDoS) attacks, a problem common with HTTP.
Here are 1,430 public repositories matching this topic...
-
Updated
May 25, 2021 - JavaScript
- Version:
0.55.4
- Platform:
Linux p1 5.4.0-1048-aws #50~18.04.1-Ubuntu SMP Tue May 4 17:40:02 UTC 2021 x86_64 x86_64 x86_64 GNU/Lin
In Settings : 'Add a new side account' button
Step #2 in Side account creation
(a very light & quick version of onboarding, with only nickname step)
.
Would there be a way to make this error point to the filte
-
Updated
May 7, 2021
Small UX improvement idea:
Companion should keep track of errored loads from local gateway and attempt to reload respective tabs (if still present) when API state changes from offline to online.
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Jul 13, 2021 - Go
It selects a random adapter that has the required capabilities. Imo it should select a random one among the set of cheapest adapters, not all adapters.
-
Updated
Apr 10, 2020 - TSQL
Describe the bug
Basic text is rendering as an "image" and isn't select-able.
Expected behavior
Being able to copy + inspect text data.
Screenshots
These are all "images" and cannot be selected as text:


go-ipfs 0.8.0-rc2 dispatches remote pin request but does not act on its status, so without manual inspection it is possible to miss the fact that MFS pinning (
Pinning.RemoteServices.*.Policies.MFS, #7913) stopped working.I believe we should keep checking pin status every
RepinIntervaluntil itspinnedorfailed, and if it's the latter, print ERROR intoremotepinning/mfslogger. Pi