Mikeal Rogers

Results 328 comments of Mikeal Rogers

I also agree with everyone, but I do think it’s worth pointing out that not every multiformat is a codec and that we may encounter use cases for a new...

A few changes to Actions have made the original approach to this approach no longer viable. I have a route to fixing it with a different approach but I don’t...

I worry that the rules for detecting whether or not a binary value is a CID or a multihash (CIDv0) are problematic, which is why I cut that behavior from...

I think that we should factor out the consumption of the entire multiformat table in our multiformat clients before we drastically increase the size of the table. The parse time...

One more thing I’d like to see make it into the record is the CID prefix. It’s only two varints, but it makes the record a lot more valuable as...

Is there utility you’d get out of an IPLD representation beyond `raw` though? My understanding is that links in this format are not addressed by hash, so there’s no way...

We may also want to allocate uint8, uint16, and uint32 multiformats for when we need to do fixed length number encodings.

So, conceptually we have this, which is that a block is a pair of `[CID, Data]`. As far as a standardized binary representation, the reason we haven’t needed it yet...

A litte bit of history here: In the early days of node we didn't have a `node_modules` directory. You either imported packages relatively `require('./blah')` or you had them somewhere in...

@leo you have two options today: 1. Set the NODE_PATH environment variable to a place that you are installing and managing global packages. 2. Rather than making node_modules a directory...