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,143 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
It is currently difficult to see if this API is implemented at all and what the API actually is from the docs, for which there are none. It should be here I think(?): https://geth.ethereum.org/docs/rpc/ns-eth
-
Updated
Sep 23, 2021 - JavaScript
-
Updated
Jun 30, 2021
-
Updated
Aug 21, 2021 - JavaScript
-
Updated
Sep 22, 2021 - JavaScript
The line is drawn only after the first video. In my opinion, the line should be removed. It looks confusing.
-
Updated
Sep 16, 2021 - TypeScript
-
Updated
Sep 24, 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 28, 2021 - C++
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Sep 9, 2021 - Go
-
Updated
Sep 28, 2021 - JavaScript
When a contact is already added, open the contact profile or the existing 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 28, 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 28, 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 24, 2021 - JavaScript

Right now, bumping the version involves updating the version in two places:
configure.acbuild_msvc/bitcoin_config.h(in multiple places—see for example commit f277b1782c5aae0fab83e3d678189c150ae0f263)I think it should be doable to parse the information from
configure.acinmsvc-autogen.py, so that this is no longer something error-prone that has to be done manually.If you