Mikeal Rogers

Results 111 issues of Mikeal Rogers

I've been testing streaming JSON parsing and i ran in to this bug. https://gist.github.com/mikeal/5471142 If you comment out the json parsing lines (those fail earlier than this bug surfaces due...

After numerous discussions at IPFS Thing I decided it’s time to pull the trigger on CIDv2. This isn’t the only PR we’ll need to do, but this should serve as...

First, some background. ### Bittorrent WebSeeds Bittorrent has this great feature called ["WebSeeds."](http://www.bittorrent.org/beps/bep_0019.html) It's rather simple, instead of having to spin up a service of bittorrent nodes in order to...

First, I'd like to try and catalog/document the world we have *today*, then talk about what I think we should move towards. ## Today * There is no size limitation...

We’ve done a lot to solidify the concepts in IPLD and the tools for working with it in Go and JS. It’s time to take what we’ve learned and create...

We have a good amount of work to do across repos to support inline blocks properly so I’m creating a meta-issue here. 1. Write a spec that defines an inline...

The IPLD team is going to start doing regular virtual meetups once a month. * Date/Time: May 7th 2018, 10pm-11:30pm UTC [3pm-4:30pm (PDT)] * Location: https://protocol.zoom.us/j/3342977984 Talks: * @mikeal -...

Out of necessity, we have implementations of "Block" level objects and interfaces in IPFS. This includes an HTTP API for block level access and block level objects like `require('ipfs-block')`. However,...

## Background As we’ve been spending more time with IPLD some “best practices” are emerging. One of them has been designing for what I would call “shape consistency.” By this,...

I'm going to try and separate what IPLD is doing for this already and what we would need support from IPFS and/or libp2p for. There's a [draft spec for "IPLD...