-
Updated
Jun 30, 2021
protocol
Here are 1,642 public repositories matching this topic...
-
Updated
Aug 26, 2021 - JavaScript
-
Updated
Aug 17, 2021 - Swift
-
Updated
Aug 23, 2021 - Go
Background
Often Tor only nodes become unreachable while still online which causes long channel downtimes and being unable to fulfill Pool bids.
Your environment
- version of
lnd
v0.12.1 - which operating system (
uname -a
on *Nix)
Linux raspberrypi 5.10.17-v8+ #1403 SMP PREEMPT Mon Feb 22 11:37:54 GMT 2021
aarch64 GNU/Linux - version of
btcd
,bitcoind
, or other back
-
Updated
Aug 26, 2021 - Rust
-
Updated
Apr 17, 2019 - Objective-C
- 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
Apr 13, 2020 - Swift
-
Updated
Aug 24, 2021 - C
-
Updated
Apr 21, 2021 - C++
-
Updated
Aug 26, 2021 - Java
Describe the feature you'd like supported
We should change the CID after enough idle time so that any possible NAT rebinding would be harder to be tracked by an outside observer. The simplest way to implement this would be in the flush send code path. When first starting a flush, check how much time has elapsed since the last send. If it's greater than X (20? 30?) seconds force a CID update
-
Updated
Jul 28, 2021 - Go
-
Updated
Aug 11, 2021 - C
-
Updated
Aug 20, 2021 - CSS
-
Updated
Aug 12, 2021 - C
Tokio's automatic cooperative task yielding feature can cause abruptly prevent a task from making further progress. A very busy connection driver might as a result end up failing to fairly serve transmits or timeouts, resulting in bad behavior (e.g. spurious timeouts or congestion window reduction) under heavy load.
Ideally tokio will expose some too
-
Updated
Nov 3, 2019 - Go
Describe the bug
Any number of peers past 1000 gets cut of in the toolbar
To Reproduce
Steps to reproduce the behaviour:
- Connect to over 1000 peers (Enabling
AcceleratedDHTClient
and DHT server mode helps with that) - Look at the extension icon
Expected behaviour
The number does not get cut off
Screenshots
<img width="32" alt="Screen Shot 2021-08-05 at 12 37 28"
-
Updated
Nov 6, 2018 - Swift
Take this class, for example:
`
import Foundation
// some comment has import SOMEBADTHING
public protocol TestProtocol: AnyObject {
func doSomething() -> Void
}
`
The generated mock ends up having:
... import SOMEBADTHING ...
Looks like it is looking for "{import .*}" in source files and just adding that verbatim to the output file, causing compile issues.
-
Updated
Aug 26, 2021 - Python
-
Updated
Jul 5, 2021 - Go
Improve this page
Add a description, image, and links to the protocol topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the protocol topic, visit your repo's landing page and select "manage topics."
Creating a new issue based on lbryio/lbry-sdk#877