Results 36 comments of conanoc

@WadeBarnes After the rebase, `build-image-wrapper-base` is failing. Any idea?

Thanks. The recursive option could be useful. What happens when two routers can handle the same path? Which one will be executed?

I vote for this. It would be great if I could use `#[uniffi::export]` attribute on static methods.

I filed this issue to notice that there's a compatibility issue among peer-did libraries as listed here: https://github.com/decentralized-identity/peer-did-method-spec/issues/64 At first, I thought using `did-communication` type services in peer-did was not...

I expected did:peer:0 to be treated as a DID for an agent that does not have endpoints. This was supported in the connection protocol by using an endpoint "didcomm:transport/queue". This...

Wow. Glad to see this PR. Could you try this with #173 ? You will be able to run your test code, with slight modification, without the wrapper.

Only ReadWriteOnce type volumes are available in my cluster and a persistent volume can be mounted by one container at a time. I doubt if the build should run in...

I see. Actually, libzmq has [it's own strlcpy](https://github.com/zeromq/libzmq/blob/master/src/compat.hpp#L13C23-L13C23) for platforms that doesn't have it. The problem is detecting the existence of strlcpy is not easy, so rust-zmq seems to be...

I found out that [curve encryption is not supported in rust-zmq 0.10](https://github.com/erickt/rust-zmq/issues/357) I'm afraid that rust-zmq may not be maintained anymore.