Results 36 comments of conanoc

Is there any reason? Considering using local storage on k8s, sharing one disk would be inevitable.

Can you elaborate on the build issue? Is it due to the Xcode upgrade?

> But we will still need to fix the reception of did:peer:2, since if we receive a dm service type we are not going to properly interpret it and therefore...

"r" is parsed when it is inside "s". Check out the below example in the spec: ```json { "t": "dm", "s": { "uri": "http://example.com/didcomm", "a": [ "didcomm/v2" ], "r": [...

I think abbreviation is not the issue. The problem is the structure of the "service" object. According to the [spec](https://www.w3.org/TR/did-core/#services), a service object has only three fields, id, type and...

Related issue: https://github.com/ollama/ollama/issues/7257