Volker Mische

Results 341 comments of Volker Mische

@rvagg I'm happy that you have a look. I have almost zero experience with MacOS (and no local machine to test on).

@Gozala Sorry for the late reply (from now on I'll get notified if a new issue is opened). Your interpretation of the `dagNode` and the resolver `value` is correct. It's...

First of all, thanks for your effort. I felt similar 4 weeks ago when I tried to make sense of the code base. My immediate thought when reading this spec...

I prefer "remaining", as "path" to me is to ambiguous it's not clear to me if it's the path to the CID or the path to the value after following...

For me a Format implements a Codec.

Though this is about DAG-JSON and not about plain JSON, isn't it? > I **do** want to keep two codecs in the tutorial though Having two codecs makes sense.

I'm not sure if I understand your question. This codec operates on raw Git objects. The test fixtures contain objects of the types `blob`, `commit`, `tag` and `tree`, which seem...

AFAIK, those things are not stored in Git, they are calculated. For more information about renames, https://chelseatroy.com/2020/05/09/question-how-does-git-detect-renames/ is a good read. And for Git internals I recommend the ["Git Internals"...

> The terminology we solidified about a year ago is “codec.” I was asked a similar thing recently and answered: "I haven't used the word 'format' for for a long...

Based on https://github.com/filecoin-project/FIPs/pull/483/files#r1013446172 comment, it sounds being more than syntactical validation, e.g. key ordering. I guess using the Serde code path wouldn't add much overhead, if the deserialized values are...