P2P
Peer-to-Peer (P2P) applications share resources and communicate in a decentralized or distributed architecture. Often application nodes communicate directly with each other or cooperate to do work which benefits other nodes or the overall P2P system. In a pure P2P system, there is no distinction between client and server.
Here are 2,124 public repositories matching this topic...
Right now, Syncthing seems to always use LF for line endings in config.xml and .stignore. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.
The problem is that when opening those files in Notepad under old
-
Updated
Sep 4, 2021 - JavaScript
-
Updated
Jun 30, 2021
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Sep 8, 2021 - JavaScript
The line is drawn only after the first video. In my opinion, the line should be removed. It looks confusing.
-
Updated
Sep 8, 2021 - TypeScript
-
Updated
Sep 4, 2021 - JavaScript
Summa
Creating a new issue based on lbryio/lbry-sdk#877
- Update ensure_directory_exists() to check that the directory is writable by the current process.
- If it's not, return a useful error
- Add tests to cover the case when
- download directory does not exist
- download dir exists but is not writable
- dir exists an
-
Updated
Aug 12, 2021 - JavaScript
-
Updated
Sep 9, 2021 - C++
-
Updated
Sep 8, 2021 - JavaScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 9, 2021 - JavaScript
-
Updated
Sep 9, 2021 - Go
-
Updated
Aug 22, 2021 - JavaScript
When a contact is already added, open the contact profile or the existant conversation
The error check is done here: https://github.com/berty/berty/blob/097eb0229f22e2abce3addd750c8dce98e92845f/js/packages/components/modals/InvalidScan.tsx#L126
We shouldn't show the invalid scan modal but navigate instead
-
Updated
Jun 2, 2021 - Go
-
Updated
Sep 9, 2021 - Go
I come from the OpenBazaar project and I am new to go-libp2p and go-ipfs. Are the examples that use libp2p in a production environment? Where's the best place to learn libp2p by example?
-
Updated
Sep 6, 2021 - Python
For classes declared with struct, forward declarations should also use struct. Currently, only struct Message violates this in a few header files (2 or so?).
Description
Some BSQ users are not aware that their BSQ wallet balance is virtually zero when Bisq is "Synchronizing DAO".
They may try to pay with BSQ for trade fees, but the UI tells them they have insufficient funds, which is incorrect.
Version
v1.6.4
Steps to reproduce
Try to take or create a trade and choose to pay the fee with BSQ. Do this at a point when "Sync
-
Updated
May 12, 2021 - JavaScript
- OS: Linux
- Version of IPFS Desktop: 0.16.2
Describe the bug
npm warns about a deprecated module called i18next-node-fs-backend
npm WARN deprecated i18next-node-fs-backend@2.1.3: replaced by i18next-fs-backend
-
Updated
Sep 4, 2021 - JavaScript

RPCs that return detailed information about mempool entries (e.g.
getmempoolentryandgetrawmempool(verbose=True)include the fieldsfee,modifiedfee,descendantfees, andancestorfeeswhich were marked as "DEPRECATED" and replaced with afeesobject field in #12240 (since v0.17).We should remove these fields, but first, properly deprecate them using
-deprecatedrpc.Usef