Antony Méchin

Results 49 comments of Antony Méchin

Did you add one or more silos to your network? You can check that by running `infinit network list-silos --name `. Another lead could be that the published IP addresses...

You can continue without a certificate. By the way, you need your volume to be launched with `--publish`, `--push` or `--push-endpoints` for the IPs to be visible.

How many nodes do you have? Can you try, from another node, to ping the IPs found on https://beyond.infinit.sh/networks/bushbaby123/bushbaby-network? > Do any other clients (trying to give user bas123 access)...

Hi @frimdo and @at88mph. `infinit volume run` and `infinit volume mount` do exactly the same, except `mount` forces you to provide the `--mountpoint` option. The problem seems to be that...

To give more context, the current implementation favors speed over correctness. > // old version: too slow, didn't support unicode ```TypeScript // from https://stackoverflow.com/a/46181/1550155 // old version: too slow, didn't...

Hi @mnottale. Could you add some tests, like the other backends please (e.g. [zookeeper_test](https://github.com/docker/libkv/blob/master/store/zookeeper/zookeeper_test.go), [etcd_test](https://github.com/docker/libkv/blob/master/store/etcd/etcd_test.go), etc.).

Hi @mnottale. seems good but could you create different PRs for each separate problems you fixed, because: - only 5 commits are related to memo integration in libkv (https://github.com/docker/libkv/pull/172/commits/15fd92edcc959d2910d9828cfc56eb79a0a2d4f0, https://github.com/docker/libkv/pull/172/commits/5d43b1ebb3a921fdb945a5a4b78983ec7fe3b444,...