Brian Anderson

Results 207 issues of Brian Anderson

Not sure I want to do this yet. There are some chains that quickly fall behind and never catch up, and the solution to fixing this problem is not yet...

``` thread 'main' panicked at 'u64: ParseIntError { kind: InvalidDigit }', src/realtps_import/src/clients/esplora.rs:51:41 ``` This crashed the entire import process. Need to handle panics better: https://github.com/Aimeedeer/realtps/issues/65 I'm disabling bitcoin for now.

It looks to me like we assume all `reqwest` responses are successful, though I haven't looked closely at the API to see how unsuccessdul requests are supposed to be handled....

This patch adds table coalescing to the LSM. Prior to compacting level A of a tree into level B, it instead attempts to coalesce tables in level A such that...

libm is derivative of musl, which is MIT licensed, so this source code should also be MIT licensed. Cargo.toml though says "MIT or Apache-2.0". As suggested by the "or", I...

I'm sorry this is such a half-baked idea, but in comrak there is a [search](https://github.com/kivikakk/comrak/blob/master/src/parser/inlines.rs#L104) of many sigils that seems perfect for jetscii; and in a comrak-downstream project I'm working...

Rust frequently has a dozen small PR's in the queue and we are near our throughput limit for serially landing them, so we frequently "rollup" multiple branches into one PR....

Rust's bors instance is close to the API rate limit (though I don't have numbers), and already doesn't update fast enough, with a 5 minute polling interval. This situation impresses...

Currently there's a two-step process for merging a successful PR: see that the tests passed and post the status to github; see that the branch is ready for merge and...

These could be important metrics to track.