Victor Bjelkholm
Victor Bjelkholm
One first example of "use someone else's vs using ours" is transfering files (obvious huh). I think we're doing somewhat good on this but still many other solutions are being...
Yeah, I think there are two areas where we need to immediately improve. First is something that goes through *all* (yeah...) existing content within our organizations and checks if it's...
I feel like the most helpful entrypoint would be to just have a github-adapter to work with https://github.com/ipfs/ipfs-hubot (which should basically be plug-and-play, except a regex to grab hashes from...
You should be able to do `git push ipld:: master` and it should show you the hash. I've tried this, but unfortunately seems the not work anymore, with latest go-ipfs...
@magik6k I'm using the exact command you have in the readme, I don't know how that repository is structured at all. `git clone ipld::20dae521ef399bcf95d4ddb3cefc0eeb49658d2a` from https://github.com/magik6k/git-remote-ipld/blob/master/README.md#usage
(IPFS specific) Replace `ipfs bootstrap add` with `ipfs swarm connect` to get immediate feedback if working or not (`swarm connect` will print failure/success compared to `bootstrap add` which always show...
Try clearing your cache, you might have some old version of the ipfs repository in your browser.
Some other metrics we've discussed in the past: - Input lag - Event loop lag - Time to pinner pinned As long as these metrics are exposed in prometheus format,...
Yeah, I'm talking about content that is defined within the collaboration but it's defined as IPLD object (example above) in public collaborations (otherwise the pinner needs the same keys, gets...
@pgte yeah, under the hood, I imagine the pinner will use the pinning interface, but it'll be handy if people can deploy one pinner to have their content + state...