raph

Results 85 issues of raph

- if text inscription add the text

I started indexing, stopped it with CTRL-C and then started again. ``` thread 'main' panicked at 'internal error: entered unreachable code', /Users/raphael/.cargo/registry/src/github.com-1ecc6299db9ec823/redb-0.12.1/src/tree_store/btree_mutator.rs:971:18 stack backtrace: 0: rust_begin_unwind at /rustc/fc594f15669680fa70d255faec3ca3fb507c3405/library/std/src/panicking.rs:575:5 1: core::panicking::panic_fmt...

In `src/index.rs` when changing code to: ```rust fn try_build(self) -> Result { let rpc_server = test_bitcoincore_rpc::spawn(); let tempdir = self.tempdir.unwrap_or_else(|| TempDir::new().unwrap()); let cookie_file = tempdir.path().join("cookie"); fs::write(&cookie_file, "username:password").unwrap(); let command: Vec...

No sure if we should have this because this makes the job for scammers very easy