The Wayback Machine - https://web.archive.org/web/20201130165331/https://github.com/topics/p2p
Skip to content
#

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,799 public repositories matching this topic...

MarcoFalke
MarcoFalke commented Nov 23, 2020

Travis is shutting down, so the last remaining job needs to be moved to cirrus ci. The others have been moved in #19179.

Useful skills:

Backround in:

  • Travis CI, Cirrus CI
  • python, bash
  • linters

Want to work on this issue?

For guidance on contributing, please read CONTRIBUTING.md before opening your pull

tomasz1986
tomasz1986 commented Nov 12, 2020

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

js-ipfs
MarioIshac
MarioIshac commented Oct 16, 2020

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

patchwork
cinnamon-bun
cinnamon-bun commented Jun 7, 2019

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

You can’t perform that action at this time.