Volker Mische

Results 341 comments of Volker Mische

I should've added that I did a bit of research whether such a status field would be possible within an IANA registry. My conclusion is yes. - https://www.iana.org/help/protocol-registration gives a...

Locally only the "code" column is broken, sorting on the other column works.

I only had a quick look. We are generally pretty cautious adding anything into the number space which is encoded into a single byte as it is so limited (also...

> (or soon will be). That's the point. At the moment we hardly add anything to the range of single bytes, the idea is to put things there that have...

@dhuseby Thanks for your patience and all the changes compared to the original PR!

Thanks for posting it. When multiformats and the multicodec table was still young, we had those codec tables in many languages. We then moved away from it. The reason is...

I propose not using this crate at all and just define your own constants within your application. In most Rust crates the codes are just integers and not a custom...

If it were me, I'd remove the implementation section from this repo, as the Multicodec table as it exists today, isn't really a concept that should be implemented. It's just...

From a quick look at the source code, it looks like you're encoding your data as DAG-CBOR (please note that I have almost no Go knowledge). Is the idea that...

@Aludirk the `codec` identifier in the CID is meant as an information on how to decode the data and not how to interpret the data itself. So the CIDs for...