Kevin Atkinson
Kevin Atkinson
@Stebalien what @lgierth is saying is that if we convert a CIDv0 to CIDv1 and the block is stored as a CIDv0 on an older node then that node will...
If your locale is "en_US" I would be the author of the dictionary in question. The spell checker correctly flagged "voting's" as incorrect as "voting" is not a noun and...
Test case: [en_test.zip](https://github.com/hunspell/hunspell/files/3536373/en_test.zip) ``` $ hunspell -a -d ./en_test @(#) International Ispell Version 3.2.06 (but really Hunspell 1.7.0) Kevin Kevin's 'Kevin' 'Kevin Kevin' * * & 'Kevin' 1 14: Kevin's...
Related issue: https://github.com/ipfs/go-ipfs/issues/4143
@ilyaigpetrov @RangerMauve for future comparability please use a valid multibase encoding, see https://github.com/multiformats/multibase.
@RangerMauve my multihash comment mostly applies when IPFS paths are used.
@Stebalien can you have a look at this. This change needs to go in if we are going to update to the string representation of a multihash. It also has...
Note: This is based on #71. Please approve but don't merge. It has a gx-depenecy on a non-pinned hash that I will get ride of once https://github.com/multiformats/go-multihash/pull/84 is merged.
@Stebalien I think the real problem is we are using Prefix for two different things which I think should be separated. (1) To get information about an existing CD (2)...
Unless I am missing something obvious (always possible) getting the prefix of a Cid() is the only way to get the Version of the cid, although we could add a...