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,850 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
If we config the cache options in the config file, then it will be overwritten.
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Dec 3, 2020
-
Updated
Dec 27, 2020 - JavaScript
-
Updated
Dec 23, 2020 - JavaScript
-
Updated
Dec 6, 2020 - TypeScript
With CPU's like the 3900x and 3950x becoming more common it would be nice to see a higher CPU thread transcoding count available.
I'd prefer to not use auto.
Peertube is limited to 8 threads but my 3900x can technically push 12. 24 if I wanted to use SMT. It would also be nice to see more thread options available - such as instead of immediately jumping from 4 to 8 there is the option for 4
-
Updated
Dec 23, 2020 - JavaScript
Summa
-
Updated
Dec 8, 2020 - JavaScript
-
Updated
Dec 31, 2020 - Go
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.
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 15, 2020 - JavaScript
-
Updated
Dec 22, 2020 - JavaScript
-
Updated
Jan 2, 2021 - C++
-
Updated
Nov 5, 2020 - Go
-
Updated
Dec 30, 2020 - Go
-
Updated
Jan 1, 2021 - Python
In osx/updater/updater.go, we're referencing an ancient Go package, which has moved to a new location. Right now, the updater doesn't build (should we test this on travis?).
Description
Tagging a peer only applies that tag to the selected row of that peer instead of all their rows, until a restart is done.
Version
1.3.9
Steps to reproduce
Tag an untagged peer who has multiple rows on the offer sheet.
Expected behaviour
All rows of this peer would update to reflect the new tag.
Actual behaviour
Only the selected row of this peer
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?
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
Dec 30, 2020 - JavaScript
-
Updated
Dec 10, 2020 - JavaScript
-
Updated
Jan 2, 2021 - Python
-
Updated
Aug 18, 2020 - Elixir
I spent too long to figure out I was putting mainnet addresses to regtest node, errors weren't helpful at
getaddressinfoandvalidateaddress.Seems like a good first issue to augment the error messages when prefix/hrp don't match current network.