Nathan Wilcox

Results 81 issues of Nathan Wilcox

## Is your feature request related to a problem? Please describe. Transaction fees are implicit in Zcash, which we inherited from Bitcoin. They can always _theoretically_ be calculated from the...

use case

## Is your feature request related to a problem? Please describe. Many times when I'm watching `ProcessNewBlock` log messages, I want to have some time-remaining estimate. I sometimes do linear...

use case

I'm interested in the ratio of Market Cap / 1h Attack Cost. My intuition is this is some measure of "how much damage can I do economically, per USD, for...

I'd like to sort by `1h attack cost`. The table seems to have a fixed sorting by CoinMarketCap's market cap measure.

Suppose I have code like this (see [this playground](https://play.rust-lang.org/?version=stable&mode=debug&edition=2021)): ``` use anyhow::Context; fn my_thing(path: &Path, extra_sauce: bool) -> anyhow::Result { std_or_some_external_lib::do_other_thing() .context(format!("path: {:?}", path.display())) .context(format!("extra_sauce: {:?}", extra_sauce))?; Ok(()) } ```...

The current API relies on crate functions: ``` use enum_iterator::{all, Sequence}; #[derive(Debug, PartialEq, Sequence)] enum Day { Monday, Tuesday, Wednesday, Thursday, Friday, Saturday, Sunday } fn main() { for day...

enhancement

### Request Document collection extension with `each` directive. ### Next Steps I may submit a PR with the documentation as I learn how `each` works. I've read https://github.com/colin-kiegel/rust-derive-builder/issues/287 and then...

help wanted
docs

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
status: stale
triage

I just started trying `cargo publish` on a crate and I've run into three different failure cases which were not caught by dry runs, and each of them has lead...

I always expect a repositories `README.md` to either contain all necessary usage and design docs or link to it. This is my best guess as to the proper link.