Riccardo Casatta

Results 149 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...

> Broadcasting the commit and inscribe (or commit and reveal? what do you guys think?) commit & reveal is the name of the scheme so probably the best way >...

I confirm I can now load the 30B model with main. But it fits barely if you have 64GB of ram

> @RCasatta you mean the f16 version? Yes I meant the f16 version, I didn't know you can quantize 😅

Yeah as I specified in the issue and as @TheCharlatan wrote more ram shouldn't be needed because txid are iterated sorted from leveldb. I was also wondering why the `bitcoin-cli...