Kevin Atkinson

Results 97 comments of Kevin Atkinson

> Does the limit specify the number bytes in (1) the data block size or (2) the identity hash digest size or (3) the CID binary length? (2) the identity...

I suppose that is true. It is really annoying that go does not have a concept of "const" as that can avoid most of these unnecessary copies, for example having...

And the argument can also be that more things end up needing it as a string that a `[]byte`. @Stebalien what are your thoughts on this manor. Changing the type...

@Stebalien I think you are you are confusing CID with mutlihashes, they are now two different things.

Okay. When I initially did the conversion I tried to do a more complete conversion. If we are okay with leaving DecodedMultihash alone and leaving the functions that work on...

> Performance (especially better decoding). My FromBinary() takes care of this in #84. I am okay with adding a few more checks but I want this to be fast as...

Note that the `.ipfs` default location is the home directory. This exposes the entire home directory that is likely to contain a lot of sensitive information. Thus, at least with...

@PCSmith can I have a link to your channel? Your GitHub profile doesn't say much about you.

> 1. How do I update a nocopy file in ipfs when I move it? You can't right now please see https://github.com/ipfs/go-ipfs/issues/4260 > 2. Is there a way to search...

I actually really like @georgyo idea of storing both the link itself and the object it points to. It will solve a long standing objection I have with resolving symbolic...