Hector Sanjuan
Hector Sanjuan
Tracking a user request at https://github.com/ipfs/go-ipfs/issues/7084#issuecomment-608552812 **URL of the page in question:** Maybe: https://docs.ipfs.io/guides/concepts/mfs/ **What's wrong with this page?** See confusion in above thread. Related: how to manually create and...
Since the official DuckDuckGo app has turned into a Firefox Focus clone, would it be possible to still provide this app in addition to the new one? It was actually...
Hi, I am using DuckDuckGo with an Aquaris E4.5 and Android 5.0. Whenever I click the share button on a story, no applications are in the list, and there is...
It seems the HTTP relay can be configured for multiple chains by passing --hash-list multiple times, but it is not the case for the gossip relay. If my understanding is...
Warning is: ``` Apr 14 14:38:31 drand.incentinet1.drand drand[2942]: 2022-04-14T14:38:31.294Z WARN metrics/metrics.go:327 {"metrics": "listen failed", "err": "listen tcp 127.0.0.1:9999: bind: address already in use"} ``` Drand is started with: ``` /usr/bin/drand...
The HTTP relay should hold any connection for the next round until it is produced, at which point it returns the value. This hopefully allows CDNs to do pooling. Perhaps,...
`drand-client ts="Sat, 04 Jul 2020 00:45:54 CST" call=optimizing.go:150 level=error optimizing_client="endpoint temporarily down" err="not supported"` In a client configured with 10 endpoints, this should be more concrete: what endpoint? what is...
Run a client as: ``` $ drand-client --watch --url http://api1.com --url http://api2.com --url http://api3.com --url https://api4.com --chain-hash abc --port 3000 --client-metrics-address 127.0.0.1:9999 --client-metrics-id id` ``` If api4.com returns an unexpected...
Are we already exposing in the gossip-relay metrics that can give an idea of how big the mesh is? Thinking of: * number of libp2p connections * number of peers...
Currently cache-control has `no-cache` value. It should set something like `max-age: RoundTime / 2` and possibly Expires header.