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 1,978 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
Apr 14, 2021 - JavaScript
-
Updated
Dec 3, 2020
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
Apr 12, 2021 - JavaScript
Since PeerTube 3.1, the french translation breaks the action buttons on the left in admin federation :
-
Updated
Apr 10, 2021 - TypeScript
-
Updated
Apr 14, 2021 - JavaScript
Right now the docs correspond to what's on master. We need docs for each daemon release so developers can see what's available in the version they are using.
https://github.com/jimporter/mike may be helpful.
Summa
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Apr 18, 2021 - C++
-
Updated
Apr 17, 2021 - JavaScript
-
Updated
Apr 8, 2021 - Go
-
Updated
Apr 13, 2021 - JavaScript
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
Mar 29, 2021 - Go
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)
.
Description
Bank Country Code does not need to match SEPA country. It is not validated.
Version
v1.6.1
Steps to reproduce
There is a user with a dick pic as their icon. Many people have blocked them, as have I.
I recently clicked through to their profile page to remember if I had blocked them and although their posts are hidden, their user icon is still shown.
Can we use CSS to blur the user icons of blocked and ignored users?
filter: blur(8px);
-webkit-filter: blur(8px);
(Those icons might al
-
Updated
Apr 15, 2021 - JavaScript
- OS: Windows
- Version of IPFS Desktop: 0.14.0
Describe the bug
After implementing opening of app's window on a double click on tray icon, a single click with left mouse button still opens the context menu even when doing double click. So, the first left click quickly opens the menu until the second left click is done.
To Reproduce
Steps to reproduce the behavior:
- Do a left
-
Updated
Apr 3, 2021 - JavaScript


There are some potential feefilter cleanups mentioned and motivated in comment bitcoin/bitcoin#21509 (comment) . If you address the locking one, please be careful and make sure that
round()is only called under a lock. See bitcoin/bitcoin#21509 (comment)Useful skills: