Riccardo Casatta

Results 66 comments of Riccardo Casatta

> Do you have any other approach in mind @RCasatta ? No

Following code could reproduce: ``` #[cfg(test)] mod tests { use std::fmt; use serde::{de, Deserialize, Serialize}; #[derive(PartialEq, Eq, Debug)] struct Wrap(Vec); impl Wrap { fn from_slice(slice: &[u8]) -> Result { Ok(Wrap(slice.to_vec()))...

I understand, if you want in the meantime I updated the Cargo.toml https://github.com/Hoverbear/raft-rs/pull/134

+1, I would like to access container logs, my use case is that I have an error that happens only in CI but not locally. Running `docker logs` in CI...

https://a.pool.eternitywall.com/ is working now, sorry. I agree having options to consider a timestamp good with N requests, or having a lower timeout would make sense

Nice! I understand not providing a default value for the dns-data provider makes sense but citing bitcoinheaders.net in the command help or in the readme would make the user not...