Nick Cameron
Nick Cameron
Mention Snafu crate And continuing the discussion on designing error hierarchy: "SNAFU has long recommended making one per module with a throw-away line of "or more" and I've been mulling...
Rustfmt formats Rust *programs* not Rust *files* - it runs according to the declared module structure. Therefore, running on markdown files might be a little complicated and I'm not sure...
> Would there be any prospects for formatting markdown files or doc-comment examples in the future? Yeah, it seems like something that it would be good to do and I'm...
I can't find any discussion of macros in this repo and I don't recall coming to the conclusion in https://github.com/rust-lang-nursery/fmt-rfcs/issues/121#issuecomment-377454304, however, it is perfectly possible that we did - it...
Making logs available is not a problem, they shouldn't ever contain anything that can't be found publicly on GH, and I don't see any danger from aggregation here. We plan...
Once we have URLs for tags and teams, then those data on the RFC pages should be links to those URLs
URLs using just the RFC number (e.g., https://www.ncameron.org/rfcs/2093) now work. I fixed this in the web server rather than in the code. For Apache, I added the following rewrite rule:...
And check tags correspond with tag metadata.
It is possible, you need to implement a custom `Hero` type with just the fields you want and then implement the various traits so that it plugs in nicely. You...
The two projects are trying to do the same thing - provide a GraphQL server in Rust - but the UI for that is very different - Juniper starts with...