Henry

Results 69 issues of Henry

blocked on cryptix/go#2

I want to enable cloning repositories from IPNS, setting upstream to the IPFS hash present at clone.

Would be nice to work out how to get the [ipfs shell api](https://godoc.org/github.com/ipfs/go-ipfs-api#Shell) from an embedded node. Would also benefit @noffle's ipget and others. cc @whyrusleeping

Now that clone/fetch is working, push is the next step. For now, I just plan to add commits to a remote, and print the new root hash of that repo....

seeing this from time to time: ``` /tmp/go-stress236604264 --- FAIL: TestClone_unpacked (3.16s) fetch_test.go:91: tmpDir created: /tmp/git-remote-ipfs-test-e8e816fd1bfb81577674856923dc86c17fdc48ac fetch_test.go:66: 'git clone ipfs://QmYFpZJs82hLTyEpwkzVpaXGUabVVwiT8yrd6TK81XnoGB/unpackedTest /tmp/git-remote-ipfs-test-e8e816fd1bfb81577674856923dc86c17fdc48ac': Cloning into '/tmp/git-remote-ipfs-test-e8e816fd1bfb81577674856923dc86c17fdc48ac'... error: object file /tmp/git-remote-ipfs-test-e8e816fd1bfb81577674856923dc86c17fdc48ac/.git/objects/c6/94d28ad470f3a1d8e7bc8a0baf092f04773a9c is empty...

bug

Not sure if this is actually a bug with this module but I ran into this issue while [adding embed.FS](https://github.com/rubenv/sql-migrate/pull/189) to [sql-migrate](https://github.com/rubenv/sql-migrate), which imports this one. sql-migrates test suite on...

The standard fix is nasty. Feel free to re-do it. The 2nd commit might save a couple of CPU cycles since the edges don’t change.

This feels like another aspect of of #903 but wasn't sure and did not want to derail conversation. # Your environment. - Version: webrtc v2 and master ### What did...

Hi, here is an implementation of [/lists/members.json](https://developer.twitter.com/en/docs/accounts-and-users/create-manage-lists/api-reference/get-lists-members.html). I decided to directly implement cursoring but would make that optional if wanted.

I have a large dataset of 32byte hashes that I need to search. Loading and searching worked but when I try to serialize the tree to JSON it can't be...