Volker Mische

Results 341 comments of Volker Mische

Is this a general IPLD Schema problem (then it should really be fixed) or an Go Schema implementation detail?

> * encodes/decodes as an IPLD string of arbitrary bytes on the wire I guess one major serialization will be CBOR. Then this won't work. In CBOR strings need to...

The IPLD data model is independent of the serialization, so potentially there could be serializations that support that, we currently just don't have any of those serialization formats.

CI is failing due to some things that were renamed.

I wonder if URI could use a Multiaddress instead. Would that be an option (I know to little about the Eth/ENS ecosystem).

> I think `tag:multiaddr` for `uri` suggests too much internal encoding, as we want something maximally general (a literal UTF-8 string) where the content is ultimately validated by the client...

@Mingun thanks for this PR. I tried it out for my case. It partially fixes the problem I have, hence I comment directly on this PR. In my case I...

@RangerMauve, this is a reply to your comment. To keep it shorter, I'll only comment on the things I care about and don't agree with. > One thing that we...

I'm surely also interested :)