Yusef Napora
Yusef Napora
Sure, will do :)
Hi, glad you found the example! It may be possible to get mDNS working with docker, but I agree it's not a great fit :) For a real application you'd...
It turns out that you can run the bigtable emulator from google's [cloud-sdk docker image](https://github.com/GoogleCloudPlatform/cloud-sdk-docker) ``` docker run -p 127.0.0.1:8086:8086 --rm -ti google/cloud-sdk gcloud beta emulators bigtable start --host-port=0.0.0.0:8086 Executing:...
@vmx, perhaps one of the options could be `scheme`, which defaults to `ipfs://` to allow you to use any protocol?
@Stebalien is this all good?
Sorry I haven't had time to respond earlier @nrmnrm - I think it should be safe, but if you look at #3 it seems that someone using a dual-boot setup...
I'm also getting nulls in the URL, which in my case I think is related to having `.` characters in the path before the `.git` extension, as in [this comment](https://github.com/kawamataryo/copy-git-link/issues/6#issuecomment-1539473050)....
@daviddias I think from reading through the [kad bootstrap code](https://github.com/libp2p/go-libp2p-kad-dht/blob/4fd64988b55d6e93405eceffeb3037da46d1848b/dht_bootstrap.go) a bit, that "bootstrap" in the context of the libp2p kad DHT does mean random-walk. It looks like by default...