Nathan Wilcox
Nathan Wilcox
This adds an example for a useful pattern where a type needs to be validated arbitrarily (via `TryFrom` on an inner type) during deserialization. This comes directly from https://github.com/serde-rs/serde/issues/642#issuecomment-683276351 where...
I want to generate html from custom types, so I started like this: ``` trait ToHtml { type Output: HtmlElement; fn to_html(&self) -> Self::Output; } ``` However, I don't see...
# Problem The rendering of ZIPs is bespoke, error prone, and messy. Here's my assessment of the current setup: **Pros:** - The formats and processes related to rendering are established...
It would help me as either a development contributor or a user to know what the target user stories are, so that I know which features I can rely on....
I started experimenting with a crate that relies on `zingo-cli` as a dependency. First, I searched https://docs.rs but found no hits for `zingo` or `zingo-cli`. So it seems like `zingolib`...
### Please complete the following tasks - [X] I have searched the [discussions](https://github.com/clap-rs/clap/discussions) - [X] I have searched the [open](https://github.com/clap-rs/clap/issues) and [rejected](https://github.com/clap-rs/clap/issues?q=is%3Aissue+label%3AS-wont-fix+is%3Aclosed) issues ### Rust Version rustc 1.69.0 (84c898d65 2023-04-16)...
**Describe the bug** The page [The Penumbra Guide - Governance - Quick Start](https://guide.penumbra.zone/pcli/governance.html#quick-start) contains a table of links. This link is dangling: > [I want to contribute funds to the...
**Describe the problem you are trying to solve** I often automate `cargo` and I typically want any automation to halt when `cargo` emits warnings. AFAICT the only way to do...
This branch introduces a (hideous) shell script which generates a single JSON document with all of the ZIP header metadata. It is a finicky unix pipeline parser and it introduces...
I'd personally prefer to have all ZIP drafts typically in the master branch, with relatively small iterations on any given ZIP going through PRs. The reason is that I want...