Nathan Mc Grath

Results 12 issues of Nathan Mc Grath

**Overview** This makes `candid::Error` clonable, which makes it easier for downstream clients to also make their `Error` types cloneable. I've made a related PR for [agent-rs](https://github.com/dfinity/agent-rs/pull/563). **Considered Solutions** I can...

# Description This makes `ic_agent::Error` clonable, which makes it easier for downstream clients to also make their Error types cloneable. It's also possible to workaround by using `Arc` in downstream...