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,005 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
May 11, 2021 - JavaScript
-
Updated
Dec 3, 2020
-
Updated
Mar 2, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
Describe the problem to be solved
I have little experience with playlists on Peertube.
By default, when I create a playlist it is in "private" mode.
A few days later, I try to share my playlist, I press the "share" button, I get a sharing link.
Except that my playlist is in "private" mode... so if I share this link my friends will see a 404 error.
**Describe the solution you would l
-
Updated
May 10, 2021 - TypeScript
-
Updated
May 9, 2021 - JavaScript
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
Summa
-
Updated
Apr 22, 2021 - JavaScript
-
Updated
May 11, 2021 - C++
-
Updated
May 8, 2021 - JavaScript
-
Updated
May 10, 2021 - Go
-
Updated
May 7, 2021 - JavaScript
-
Updated
May 11, 2021 - JavaScript
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
The app currently starts up w/ a full window on system startup in Windows 10.
An option/config to minimize to system tray on app launch would be much appreciated.
-
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: