Mikeal Rogers

Results 328 comments of Mikeal Rogers

We have workarounds in place already so this no longer effects us directly, it’s just something that should really be fixed in the core library for the benefit of others.

> The code editor isn't a text box, it's something that is broken on android. I've got it up on Chrome in Android. It seems to *sort of* work, I...

I think this tutorial is a little bit too broad to make headway on in the short term. If you’re just talking about storing and retrieving files you have some...

Yes and no :) Today, it’s certainly difficult to make these alterations because you have to update all the parents in the graph manually. However, we’re working on betting tools...

We have much better docs now but I can’t think of any that cover this well. https://docs.ipld.io

Another alternative to consider is to allow our users to give us their magic link application token to use instead of ours so that we authenticate *their* users in out...

i just realized that, technically, i don’t need this to be ordered, so i could use a hamt keyed by the block’s cid. i wonder which one is more efficient...

Interesting. One thing that the hamt implementation is missing that this seems to have is an efficient bulk creation method. The drawback right now of using the hamt would be...

This is quite similar to how we’re looking to do AES encrypted blocks https://github.com/ipld/specs/pull/349 The objections are rather out of date, we’re using multicodecs for a lot of things that...

Sorry for showing up a bit late but I’m going to have to go back over a few things other people covered because I have some different recommendations. It *looks...