dht
Here are 369 public repositories matching this topic...
-
Updated
Nov 29, 2020 - Assembly
-
Updated
Nov 28, 2020 - Go
-
Updated
Apr 26, 2020 - Go
Because in CliClient.resume() we don't account for the case, when there is an exception in one of the async processing stages:
void resume() {
...
try {
client.startAsync(state -> {
printer.ifPresent(p -> p.print(state));
if (!options.shouldSeedAfterDownloaded() && state.getPiecesRemaining() == 0) {
runtime.shutdown();
}
}, 1000); // <-- CompletableFuture.wWe need to validate and sanitize the configuration. We already have this feature at some degree, but it's not good enough and poorly implemented. Every configuration struct has its own validator/sanitizer and these functions have to be called before running an Olric node.
Here is a sample. config.Client has its own Sanitize function and constructor.
// NewClient returns a new con-
Updated
Dec 28, 2018 - JavaScript
-
Updated
Nov 30, 2020 - JavaScript
-
Updated
Dec 6, 2020 - C
Steps to reproduce:
hc init my-dnacd my-dnahc generate zomes/kebab-casehc package
Output:
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR
"CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "
/home/paul/target
> CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target}
-
Updated
Sep 15, 2020 - Go
功能请求:每天自动更新tracker列表
众所周知,tracker也是会被封的,所以每天获取有效的tracker能提高效率,至于tracker列表的获取,看这个
https://hao.su/3278/
-
Updated
Dec 6, 2020 - Python
-
Updated
Nov 14, 2020 - JavaScript
-
Updated
Jul 2, 2019 - Lua
update readme(s)
we need to update the readme(s) to reflect the new deps
-
Updated
Sep 1, 2020 - JavaScript
-
Updated
Dec 6, 2020 - C++
-
Updated
May 16, 2018 - Java
-
Updated
Oct 2, 2020 - Go
-
Updated
Dec 5, 2020 - C++
-
Updated
Nov 5, 2020 - JavaScript
Improve this page
Add a description, image, and links to the dht topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dht topic, visit your repo's landing page and select "manage topics."
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.