Marcin Rataj

Results 1311 comments of Marcin Rataj

Indeed, uploading file for the second time fails without clear explanation why: > ![2021-09-24_15-16](https://user-images.githubusercontent.com/157609/134680856-77599ed9-dd53-4c03-9230-2d9687cd4ffb.png) We could 1. detect that imported file already exists (check the destination path) 2. abort operation...

Related: https://github.com/ipfs/kubo/issues/8492#issuecomment-1209822126

Notes from triage: - ipfs-webui should be smarter about content that is not in local datastore - if it is not in local cache, show new page for "looking for...

Related prior art for visualizing the DHT lookup: 1. http://research.protocol.ai.ipns.localhost:8080/blog/2021/a-visualization-tool-for-the-ipfs-dht/ 2. https://github.com/dwarkeshsp/ipfs-globe/

Given the summary from @guillaumemichel (https://github.com/ipfs/kubo/issues/9045#issuecomment-1195577412): > I think we should either not change anything or we could try starting the **DHT server mode after 2-3 hours**, which should give...

This would be a cool feature to have, but requires UI design first. FYSA it is already tracked in https://github.com/ipfs/ipfs-gui/issues/52 A good start would be to research and propose solution...

FYSA manual publishing to IPNS is being added in https://github.com/ipfs/ipfs-webui/pull/1857

@markg85 would you be interested in opening a complimentary PR against go-ipfs to create `$IPFS_PATH/gateway` every time `ipfs daemon` starts? Does not need to be fancy, just be aware `Addresses.Gateway`...

@markg85 hey, any chance you found time to poke at it, or is it ok for someone else to give it a try? I think adding it in [this function](https://github.com/ipfs/go-ipfs/blob/v0.12.0/cmd/ipfs/daemon.go#L207)...

Cool, I'll see if I can find some way to move it forward. We had discussions about `ipfs://` resolution in `curl` and `ffmpeg` and having this file would allow such...