Volker Mische
Volker Mische
I think this was fixed by https://github.com/3Hren/msgpack-rust/commit/a34ab8fcca9f1133ec1c4fc446a59b71acf5613e.
I also don't understand why context information should belong to the Schema. I think it's also hard to express. So I would start with having it as a completely separate...
I like the idea of paths being more like URLs rather than file system paths.
More context in regards how IPLD Specs are using "Multicodec": https://github.com/ipld/specs/blob/d74ce9221a0ff64b79b6fad87aa6196499b45a4e/FOUNDATIONS.md#multicodecs-are-not-meant-to-act-as-types > Multicodecs are used to indicate the format of data in a Block ~This reads strange with my mental...
Thanks for bringing this up, it's the first time I hear about file format identification (I only knew the `file` tool on Linux so far). > would it be good...
Thanks @rvagg, I know get the point that this codec cannot encode any arbitrary Data Model Map. The use of Schemas here confused me at first, but pointing to DAG-PB...
If you mean the weekly IPLD meeting, we've cancled the ones till the end of the year. The first one will be on Monday 2020-01-04.
> Can we extend the dag-cbor spec to require keys to be sorted alphabetically in a map? I don't think we need to introduce additional tags for dag-cbor. Would it...
> I'm just not sure it rises to the level of needing its own doc? I rather meant "top-level" doc than "own doc" in the sense that if it turns...
> So with them both supporting `/thing`, an easy fix might to be to define that, plus the `/Links/0/Hash` style as _the way_, then implement `/Links/0/Hash` in he Go implementation,...