-
Updated
Dec 3, 2020
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,258 public repositories matching this topic...
Forking ipfs/js-ipfs#3252 (comment) into separate issue.
Looks like some of our API calls return values that refer to same ArrayBuffer, which in turn causes one of the encoder functions https://github.com/ipfs/js-ipfs/tree/master/packages/ipfs-message-port-protocol/src to add it to the transfer list twice and error on postMessage.
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Dec 7, 2020 - HTML
I was looking into starting go-ipfs with additional flags: --enable-pubsub-experiment (pubsub) and --enable-namesys-pubsub (IPNS over pubsub) and the main concern I've found was use of resources:
In order to enab
-
Updated
Dec 4, 2020 - Shell
-
Updated
Oct 31, 2019
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Mar 24, 2018 - JavaScript
-
Updated
Apr 10, 2020 - TSQL
Forgot we don't use npm ci in Companion. Maybe we could ameliorate this for folks who do the same:
- Detect
npm ciornpm iand throw an error that all-in-onenpm run dev-buildshould be used instead - Update
README.mdandDEVELOPER-NOTES.mdaccordingly
-
Updated
Dec 9, 2020 - Go
Note: Need to wait until ipfs-shipyard/ipfs-webui#1615 is merged to avoid throwing more conflicts on that PR's pile.
The need
Standardize visual presentation of modals throughout Web UI, including the following:
- Darker primary action text
- (Possibly) left-aligning modal content, though need to investigate how this works with code snippets etc
- Possibly li
-
Updated
Dec 9, 2020 - Java
-
Updated
Nov 18, 2020 - Go
-
Updated
Dec 10, 2020 - JavaScript
Summary
This is the main tracking issue for DNSLink support. If there is a programmable DNS service out there, we should have support for it.
Ideally even doing things like detecting the provider from the domain name and doing the right thing.
Status
| Pinning Service | Status |
|---|---|
| CloudFlare | |
| DNSimple | |
| Digital Ocean |
Arrange the app's common assets neatly in the js/assets folder with sub-folders named by type:
- fonts
- audio (e.g notification sounds)
- images (e.g default avatar)
- etc...
And properly wire the different layers of the app (js/RN, iOS and Android) so that they can access them. For example: add a "Build Phase" in XCode that copies the sound files of the notifications to the IPA.
Note: An
This was cut from the v0.2.0 release for present time constraints however making ipfs-http more accessible as "the" ipfs binary would make the project more accessible to anyone just wanting to try it out. At the moment I see the following obstacles:
http/README.mdhas no tutorial on how to try outipfs-httpipfs-httpsupports only `i
If a user writes a subgraph referencing contract addresses from (for example) a testnet, and then accidentally deploys the subgraph to a graph node running mainnet, the subgraph will run but won't find any events. We can provide a better experience using eth_getTransactionCount to check that the contract addresses exist on
-
Updated
Dec 5, 2020 - JavaScript
-
Updated
Feb 13, 2018 - JavaScript
-
Updated
Sep 15, 2019 - JavaScript
Reordering videos
Is there a way to change the order of the videos on the channel page when viewing it publicly? I notice that the videos are posted in the order of the posted date. I have videos that are from YouTube that are older than my newest videos, but are in front.
-
Updated
Dec 3, 2020 - JavaScript
-
Updated
Dec 1, 2020 - Go
-
Updated
Dec 7, 2020 - Elm